topic: tensor
9 modules sharing the tensor name family (derived from the tree's prefix discipline).
The 'tensor' topic family in the Nishi sovereign ecosystem provides foundational support for tensor operations across multiple layers of execution. The nx_tensor module serves as the n-dimensional strided array primitive, while nx_tensor_ir and tensor_ir define the intermediate representation for tensor computations. nx_tensor_placement manages the multi-tiered tensor lifecycle, ensuring efficient memory management and promotion demotion between tiers, with nx_tensor_placement_test validating its behavior.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| _tensor_grad_authored.nx | T6 tensor autograd. | 553 | 23 |
| nx_tensor.nx | n-dimensional strided array primitive. | 370 | 13 |
| nx_tensor_ir.nx | Nishi tensor intermediate representation. | 541 | 19 |
| nx_tensor_lower.nx | TirGraph -> RV64 asm lowering pass. | 380 | 6 |
| nx_tensor_placement.nx | multi-tier tensor home with promote/demote lifecycle. | 288 | 18 |
| nx_tensor_placement_test.nx | smoke for nx_tensor_placement. | 134 | 1 |
| nx_tensor_test.nx | foundation tensor primitive shape verification. | 152 | 1 |
| tensor_ir.nx | Nishi tensor intermediate representation. | 535 | 19 |
| tensor_lower.nx | TirGraph -> RV64 asm lowering pass. | 373 | 6 |