Trait tract_pulse::internal::tract_core::ops::nn::OpState[]

pub trait OpState: Debug + Send + DynClone {
    fn eval(
        &mut self,
        session: &mut SessionState,
        op: &(dyn Op + 'static),
        inputs: SmallVec<[Arc<Tensor>; 4]>
    ) -> Result<SmallVec<[Arc<Tensor>; 4]>, Error>; }

Required methods

Implementors