Module tensor

Module tensor 

Source

Traitsยง

AsBiasDim
The AsBiasDim trait is used to define a type that can be used to get the bias dimension of the parameters.
Dim
the Dim trait is used to define a type that can be used as a raw dimension. This trait is primarily used to provide abstracted, generic interpretations of the dimensions of the ndarray crate to ensure long-term compatibility.
DimConst
IntoAxis
The IntoAxis trait is used to define a conversion routine that takes a type and wraps it in an Axis type.
NdGradient
NdTensor
RawTensor
RawTensorData
ScalarTensorData
A marker trait used to denote tensors that represent scalar values; more specifically, we consider any type implementing the RawTensorData type where the Elem associated type is the implementor itself a scalar value.
TensorBase