pub type Tensor<T = f32> = TensorBase<Vec<T>, DynLayout>;
Tensor with a dynamic dimension count.
struct Tensor<T = f32> { /* private fields */ }