Trait tract_core::ops::OpState[][src]

pub trait OpState: Debug + Send + DynClone {
    fn eval(
        &mut self,
        session: &mut SessionState,
        op: &dyn Op,
        inputs: TVec<Arc<Tensor>>
    ) -> TractResult<TVec<Arc<Tensor>>>; }

Required methods

fn eval(
    &mut self,
    session: &mut SessionState,
    op: &dyn Op,
    inputs: TVec<Arc<Tensor>>
) -> TractResult<TVec<Arc<Tensor>>>
[src]

Loading content...

Implementors

impl OpState for SourceState[src]

Loading content...