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

pub trait OpState: Debug + Send + Clone {
    fn eval(
        &mut self,
        op: &dyn Op,
        inputs: TVec<SharedTensor>
    ) -> TractResult<TVec<SharedTensor>>; }

Required methods

fn eval(
    &mut self,
    op: &dyn Op,
    inputs: TVec<SharedTensor>
) -> TractResult<TVec<SharedTensor>>

Loading content...

Implementors

Loading content...