[−][src]Trait tract_core::internal::IntoTensor
Convenient conversion to Tensor.
Required methods
fn into_tensor(self) -> Tensor
Convert Self to a Tensor.
May perform a copy
Implementations on Foreign Types
impl<D, T> IntoTensor for ArrayBase<OwnedRepr<T>, D> where
D: Dimension,
T: Datum, [src]
D: Dimension,
T: Datum,