pub type Tensor2D = Vec<Tensor1D>;
A two-dimensional tensor of floating point values.
struct Tensor2D { /* private fields */ }