Skip to content
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

[Good First Issue][Bug]: fixed ov::serialize(model) that does not report when file writing fails #29123

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

geeky33
Copy link
Contributor

@geeky33 geeky33 commented Feb 23, 2025

Details:

  • Fixed a bug in serialize.cpp that caused issues with model serialization.
  • Added a test case (WriteInReadOnly) to verify behavior when writing to read-only files.
  • Ensured proper cleanup of generated test files.
  • Updated serialization logic to improve stability.

Tickets:

geeky33 and others added 29 commits January 3, 2025 01:56
@geeky33 geeky33 requested a review from a team as a code owner February 23, 2025 18:08
@geeky33 geeky33 requested a review from a team as a code owner February 23, 2025 18:08
@geeky33 geeky33 requested review from itikhono and removed request for a team February 23, 2025 18:08
@github-actions github-actions bot added the category: Core OpenVINO Core (aka ngraph) label Feb 23, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue][Bug]: ov::serialize(model) does not report when file writing fails
2 participants