[][src]Trait tract_core::ops::InferenceOp

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

Required methods

fn infer_facts(
    &self,
    inputs: TVec<&TensorFact>,
    outputs: TVec<&TensorFact>
) -> TractResult<(TVec<TensorFact>, TVec<TensorFact>)>

Loading content...

Implementors

impl<O: InferenceRulesOp> InferenceOp for O[src]

Loading content...