Skip to content

bloqade.geometry.dialects.grid.stmts.FromRanges

← Module overview

classFromRangessource

bloqade.geometry.dialects.grid.stmts.FromRanges

Bases: ir.Statement

class FromRanges

Attributes

NameTypeDefaultDescription
name—'from_ranges'
traits—frozenset({ir.Pure(), lowering.FromPythonCall()})
x_startir.SSAValueinfo.argument(types.Int)
x_stopir.SSAValueinfo.argument(types.Int)
x_stepir.SSAValueinfo.argument(types.Int)
y_startir.SSAValueinfo.argument(types.Int)
y_stopir.SSAValueinfo.argument(types.Int)
y_stepir.SSAValueinfo.argument(types.Int)