Trait tract_data::prelude::IntoTensor [−][src]
Convenient conversion to Tensor.
Required methods
fn into_tensor(self) -> Tensor[src]
Convert Self to a Tensor.
May perform a copy
Convenient conversion to Tensor.
fn into_tensor(self) -> Tensor[src]Convert Self to a Tensor.
May perform a copy
impl<D: Dimension, T: Datum> IntoTensor for Array<T, D>[src]fn into_tensor(self) -> Tensor[src]impl IntoTensor for Arc<Tensor>[src]fn into_tensor(self) -> Tensor[src]