Type Alias rten_tensor::TensorView

source ·
pub type TensorView<'a, T = f32> = TensorBase<T, &'a [T], DynLayout>;
Expand description

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

Aliased Type§

struct TensorView<'a, T = f32> { /* private fields */ }