pub trait State { // Required method fn run(&mut self, inputs: TVec<TValue>) -> TractResult<TVec<TValue>>; }