Commit Graph

3 Commits

Author SHA1 Message Date
Ilya Lavrenov c38f08b777
Use protobuf-lite for ONNX FE by default (#6829) 2021-07-31 17:21:35 +03:00
Evgeny Lazarev 5bafab9e72
Allow partially defined dimensions to read/serialize from/to IR (#6819)
* Allow to read and serialize IRs with -1 in dimensions (partially defined shape)

* Added unit test for reading/writing IR with partially defined shapes

* Added missing xml file with test IR

* Remove copy-paste issue

* Output message fix

* Restored statification of the output shapes during IR serialization

* Try to make dynamic shapes static with upper bound

* Code style changes
2021-07-30 22:53:43 +03:00
Jozef Daniecki 6e599eab60
Remove empty files on failed serialization (#5595)
* Add unit-test for case when serialzation fail.

* Delete serialization artifacts on failure.

* Close file streams before file remove.

* Fix typos.
2021-05-12 06:31:19 +03:00