bloqade.geometry.dialects.grid.stmts.New
← Module overview
class
classNew¶source
bloqade.geometry.dialects.grid.stmts.New
Bases: ir.Statement
class NewAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'new' | |
traits | — | frozenset({ir.Pure(), lowering.FromPythonCall()}) | |
x_spacing | ir.SSAValue | info.argument(type=(ilist.IListType[types.Float, types.TypeVar('NumXStep')])) | |
y_spacing | ir.SSAValue | info.argument(type=(ilist.IListType[types.Float, types.TypeVar('NumYStep')])) | |
x_init | ir.SSAValue | info.argument(types.Float) | |
y_init | ir.SSAValue | info.argument(types.Float) | |
result | ir.ResultValue | info.result(GridType[types.TypeVar('NumX'), types.TypeVar('NumY')]) |