[][src]Trait tract_core::model::TensorInfo

pub trait TensorInfo: Debug + Clone {
    fn to_tensor_fact(&self) -> TensorFact;
}

Type information about a tensor: shape, and element type, in various state of determination.

Required methods

fn to_tensor_fact(&self) -> TensorFact

Convert to TensorFact, the most accomoding variant of TensorInfo.

Loading content...

Implementors

impl TensorInfo for TensorFact[src]

impl TensorInfo for NormalizedTensorInfo[src]

impl TensorInfo for TypedTensorInfo[src]

impl TensorInfo for PulsedTensorFact[src]

Loading content...