Trait tract_hir::internal::OpState[][src]

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

Implementations on Foreign Types

Implementors