rten_tensor

Type Alias TensorView

Source
pub type TensorView<'a, T = f32> = TensorBase<ViewData<'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 */ }