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