bloqade.lanes.heuristics.logical.placement.MoveOp
← Module overview
class
property
sourceproperty
source
classMoveOp¶source
bloqade.lanes.heuristics.logical.placement.MoveOp
Data class to store a move operation along with its source and destination addresses.
Signature
class MoveOp(arch_spec: ArchSpec, src: LocationAddress, dst: LocationAddress)Parameters
| Name | Type | Description |
|---|---|---|
arch_spec | ArchSpec | |
src | LocationAddress | |
dst | LocationAddress |
Attributes
| Name | Type | Description |
|---|---|---|
arch_spec | ArchSpec | |
src | LocationAddress | |
dst | LocationAddress |
propertysrc_position¶source
bloqade.lanes.heuristics.logical.placement.MoveOp.src_position
src_position: tuple[float, float]propertydst_position¶source
bloqade.lanes.heuristics.logical.placement.MoveOp.dst_position
dst_position: tuple[float, float]