Type Alias rten_tensor::Matrix

source ·
pub type Matrix<'a, T = f32> = NdTensorView<'a, T, 2>;
Expand description

View of a slice as a matrix.

Aliased Type§

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