Skip to content

[Feature Request]: save model to io.BytesIO #35495

@AIgiraffe

Description

@AIgiraffe

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

  • The feature request or improvement must be related to OpenVINO

Metadata

Metadata

Labels

enhancementNew feature or requestfeatureNew feature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions