pub type TensorD<T> = Tensor<T, IxDyn>;
Tensor with dynamic dimensions.
pub struct TensorD<T> { /* private fields */ }