Type Alias rten_tensor::NdTensorView

source ·
pub type NdTensorView<'a, T, const N: usize> = TensorBase<ViewData<'a, T>, NdLayout<N>>;
Expand description

View of a slice of a tensor with a static dimension count.

Aliased Type§

struct NdTensorView<'a, T, const N: usize> { /* private fields */ }