pub type Tensor2<T> = Tensor<T, Ix2>;
Tensor with 2 dimensions.
pub struct Tensor2<T> { /* private fields */ }