Type Alias rten_tensor::NdTensor
source · pub type NdTensor<T, const N: usize> = TensorBase<T, Vec<T>, NdLayout<N>>;Expand description
Tensor with a static dimension count.
Aliased Type§
struct NdTensor<T, const N: usize> { /* private fields */ }