bloqade.geometry.dialects.grid.stmts.Shift
← Module overview
class
classShift¶source
bloqade.geometry.dialects.grid.stmts.Shift
Bases: ir.Statement
class ShiftAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'shift_grid' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
zone | ir.SSAValue | info.argument(type=(GridType[NumX := (types.TypeVar('NumX')), NumY := (types.TypeVar('NumY'))])) | |
x_shift | ir.SSAValue | info.argument(types.Float) | |
y_shift | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(GridType[NumX, NumY]) |