code wiki / tensor

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.

moduledescriptionlinesfuncs
_tensor_grad_authored.nxT6 tensor autograd.55323
nx_tensor.nxn-dimensional strided array primitive.37013
nx_tensor_ir.nxNishi tensor intermediate representation.54119
nx_tensor_lower.nxTirGraph -> RV64 asm lowering pass.3806
nx_tensor_placement.nxmulti-tier tensor home with promote/demote lifecycle.28818
nx_tensor_placement_test.nxsmoke for nx_tensor_placement.1341
nx_tensor_test.nxfoundation tensor primitive shape verification.1521
tensor_ir.nxNishi tensor intermediate representation. 53519
tensor_lower.nxTirGraph -> RV64 asm lowering pass. 3736