Type Alias TensorView4

Source
pub type TensorView4<'a, T> = TensorView<'a, T, Ix4>;
Expand description

TensorView with 4 dimensions.

Aliased Typeยง

pub struct TensorView4<'a, T> { /* private fields */ }