Trait tfdeploy::ops::InferenceOp[][src]

pub trait InferenceOp {
    fn infer(
        &self,
        inputs: TVec<TensorFact>,
        outputs: TVec<TensorFact>
    ) -> Result<(TVec<TensorFact>, TVec<TensorFact>)>; }

Required Methods

Implementors