Jacek Pawlak
239466ca5d
copyright year update ( #23370 )
...
New PR due to merge
conflicts(https://github.com/openvinotoolkit/openvino/pull/22917 )
Updated the copyright year from 2018-2023 to 2018-2024 in all openvino
files
Ref. to script: CVS-101144
Command used:
```bash
git grep -lz '2018-2023 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2023 Intel Corporation/2018-2024 Intel Corporation/g'
```
2024-03-14 09:37:02 +00:00
Ilya Churaev
0c9abf43a9
Updated copyright headers ( #15124 )
...
* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119 )"
This reverts commit 372699ec49 .
2023-01-16 11:02:17 +04:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
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