pub type Matrix<'a, T = f32> = NdTensorView<'a, T, 2>;Expand description
View of a 2D tensor.
Aliased Typeยง
pub struct Matrix<'a, T = f32> { /* private fields */ }pub type Matrix<'a, T = f32> = NdTensorView<'a, T, 2>;View of a 2D tensor.
pub struct Matrix<'a, T = f32> { /* private fields */ }