You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to load a model from memory, see Model::new_from_bytes (PR#1).
Add the possibility for a pipeline to expose which input/output tensors are required in the ONNX model schema (see Pipeline::expected_inputs and Pipeline::expected_outputs).