Skip to content

bloqade.geometry.dialects.grid.stmts.New

← Module overview

classNewsource

bloqade.geometry.dialects.grid.stmts.New

Bases: ir.Statement

class New

Attributes

NameTypeDefaultDescription
name—'new'
traits—frozenset({ir.Pure(), lowering.FromPythonCall()})
x_spacingir.SSAValueinfo.argument(type=(ilist.IListType[types.Float, types.TypeVar('NumXStep')]))
y_spacingir.SSAValueinfo.argument(type=(ilist.IListType[types.Float, types.TypeVar('NumYStep')]))
x_initir.SSAValueinfo.argument(types.Float)
y_initir.SSAValueinfo.argument(types.Float)
resultir.ResultValueinfo.result(GridType[types.TypeVar('NumX'), types.TypeVar('NumY')])