Trait tc_tensor::TensorPersist
source · [−]pub trait TensorPersist: Sized {
type Persistent;
fn as_persistent(self) -> Option<Self::Persistent> { ... }
}Expand description
Methods to access this Tensor as a persistent type.
Required Associated Types
source
type Persistent
Provided Methods
source