bloqade.geometry.dialects.grid.stmts.FromRanges
← Module overview
class
classFromRanges¶source
bloqade.geometry.dialects.grid.stmts.FromRanges
Bases: ir.Statement
class FromRangesAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'from_ranges' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x_start | ir.SSAValue | info.argument(types.Int) | |
x_stop | ir.SSAValue | info.argument(types.Int) | |
x_step | ir.SSAValue | info.argument(types.Int) | |
y_start | ir.SSAValue | info.argument(types.Int) | |
y_stop | ir.SSAValue | info.argument(types.Int) | |
y_step | ir.SSAValue | info.argument(types.Int) |