Trait tract_core::ops::OpState
source · pub trait OpState: Debug + DynClone + OpStateFreeze {
fn eval(
&mut self,
session: &mut SessionState,
op: &dyn Op,
inputs: TVec<TValue>
) -> TractResult<TVec<TValue>>;
}