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