Trait tfdeploy::analyser::rules::InferenceRulesOp[][src]

pub trait InferenceRulesOp {
    fn rules<'r, 'p: 'r, 's: 'r>(
        &'s self,
        solver: &mut Solver<'r>,
        inputs: &'p TensorsProxy,
        outputs: &'p TensorsProxy
    ); }

Required Methods

Registers the inference rules of the operator.

Implementors