bloqade.geometry.dialects.grid.stmts.Repeat
← Module overview
class
classRepeat¶source
bloqade.geometry.dialects.grid.stmts.Repeat
Bases: ir.Statement
class RepeatAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'repeat' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
zone | ir.SSAValue | info.argument(type=(GridType[types.Any, types.Any])) | |
x_times | ir.SSAValue | info.argument(types.Int) | |
y_times | ir.SSAValue | info.argument(types.Int) | |
x_gap | ir.SSAValue | info.argument(types.Float) | |
y_gap | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(GridType[types.Any, types.Any]) |