bloqade.geometry.dialects.grid.stmts.FromPositions
← Module overview
class
classFromPositions¶source
bloqade.geometry.dialects.grid.stmts.FromPositions
Bases: ir.Statement
class FromPositionsAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'from_positions' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x_positions | ir.SSAValue | info.argument(type=(ilist.IListType[types.Float, NumX := (types.TypeVar('NumX'))])) | |
y_positions | ir.SSAValue | info.argument(type=(ilist.IListType[types.Float, NumY := (types.TypeVar('NumY'))])) | |
result | ir.ResultValue | info.result(GridType[NumX, NumY]) |