Skip to content

bloqade.geometry.dialects.grid.stmts.Repeat

← Module overview

classRepeatsource

bloqade.geometry.dialects.grid.stmts.Repeat

Bases: ir.Statement

class Repeat

Attributes

NameTypeDefaultDescription
name—'repeat'
traits—frozenset({ir.Pure(), lowering.FromPythonCall()})
zoneir.SSAValueinfo.argument(type=(GridType[types.Any, types.Any]))
x_timesir.SSAValueinfo.argument(types.Int)
y_timesir.SSAValueinfo.argument(types.Int)
x_gapir.SSAValueinfo.argument(types.Float)
y_gapir.SSAValueinfo.argument(types.Float)
resultir.ResultValueinfo.result(GridType[types.Any, types.Any])