Skip to content

Add a new C API function for reading IR models from memory. #30263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rkaric
Copy link

@rkaric rkaric commented Apr 21, 2025

The C API was missing the ability to read an IR model from memory buffers. I needed this functionality for game enabling, thus I've added the ability to do so.

It would be ideal not to have to allocate additional memory and copy it before reading but I found no other way to do so without making significant changes to other parts of the code.

@rkaric rkaric requested review from a team as code owners April 21, 2025 16:47
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: C API OpenVINO C API bindings category: CPP API OpenVINO CPP API bindings labels Apr 21, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Apr 21, 2025
@mlukasze
Copy link
Contributor

clang-format to be corrected, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: C API OpenVINO C API bindings category: CPP API OpenVINO CPP API bindings category: inference OpenVINO Runtime library - Inference ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants