Trait tract_hir::prelude::tract_data::internal::IntoTensor[][src]

pub trait IntoTensor {
    fn into_tensor(self) -> Tensor;
}
Expand description

Convenient conversion to Tensor.

Required methods

Convert Self to a Tensor.

May perform a copy

Implementors