Loading request...
Request to support saving OpenVINO models to io.BytesIO buffers for both XML and binary components, similar to how ov.convert_model can handle io.BytesIO for input.
### Request Description hello: Can the following functions be supporteded? onnx_model = io.BytesIO() ov_model = ov.convert_model(onnx_model) xml_buffer = io.BytesIO() bin_buffer = io.BytesIO() ov.serialize(ov_model, xml_buffer, bin_buffer) ### Feature Use Case _No response_ ### Issue submission checklist - [x] The feature request or improvement must be related to OpenVINO