Tensor #
Umbrella module for the core tensor API.
Most downstream modules import this umbrella. The concrete tensor definitions live in focused files
and are re-exported through NN.Spec.Core.Tensor.API:
NN.Spec.Core.Tensor.Core(datatype + accessors)NN.Spec.Core.Tensor.Constructors(total builders)NN.Spec.Core.Tensor.Linalg(matrix/vector ops)NN.Spec.Core.Tensor.Vec(the vector-specialized tensor interface)
Elementwise ops and reductions remain in: