pub trait IntoInputs<V: TensorInterface> { // Required method fn into_inputs(self) -> Result<Vec<V>>; }