pub type Tensor<A, D> = TensorBase<OwnedRepr<A>, D>;Expand description
a type alias for a TensorBase with an owned representation
Aliased Type§
pub struct Tensor<A, D> { /* private fields */ }pub type Tensor<A, D> = TensorBase<OwnedRepr<A>, D>;a type alias for a TensorBase with an owned representation
pub struct Tensor<A, D> { /* private fields */ }