Ivan Tikhonov
|
0bbda24186
|
Paddle FrontEnd Refactoring (#9157)
* Refactor PaddlePaddle FrontEnd
* Codestyle
* FrontEnd,InputModel,Place base classes -> abstract, renamed model file
* Fix unit tests
* fix unit tests
* ngraph:: to ov::
* Rename frontends dir to frontend
* Rename paddlepaddle to paddle; pdpd to paddle
* add missing file
* codestyle
* Remove local change
* paddlepaddle -> paddle for azure configs and .md files
* fix package name, fix config files
* Fix win build
* Revert Broadcast/AutoBroadcast changes
* codestyle
* fix FronEnd class
* fix ngraph_cpp_api.config
* codestyle
* merge master
* fix build
* refactoring; revert broadcast/autobroadcast changes
* codestyle
* fix MacOS config
|
2021-12-22 11:20:54 +03:00 |
|
Ivan Tikhonov
|
6e8b0e0ea6
|
pdpd Place: remaining methods, refactoring, unit tests (#6637)
* pdpd Place: remaining methods, refactoring, unit tests
* resolve merge issues
* use references instead of shared_ptr for Var and Op descs
* Add import pdpd fuzz test; To enable collection of pdpd models, cmake NGRAPH_PDPD_FRONTEND_ENABLE key should be set, the models will be generated to pdpd_test_models folder.
* fix ngraph codestyle
* fix review comments
* Add new methods for Place class
* fix implementation, add tests
* Place: Return nullptr instead of throwing an exception
* ngraph codestyle
* revert return nullptr
* fix build
* fix tests
* fix fuzzing tests
* fix fuzzing tests
* fix readme file
* Revert "fix readme file"
This reverts commit d061e69a0d .
* Resolve review comments
* ngraph codestyle
Co-authored-by: Somsikov, Andrey <andrey.somsikov@intel.com>
|
2021-07-23 15:22:05 +03:00 |
|