[][src]Trait tract_tensorflow::ToSharedTensor

pub trait ToSharedTensor<Tf>: Sized {
    fn to_tf(&self) -> TractResult<Tf>;
}

Required methods

fn to_tf(&self) -> TractResult<Tf>

Loading content...

Implementations on Foreign Types

impl ToSharedTensor<DataType> for DatumType[src]

impl ToSharedTensor<TensorProto> for Tensor[src]

Loading content...

Implementors

Loading content...