* serialization of proposal
* serialization of anchors in proposal
* added unit tests for gpu proposal
* updated the proposal primitive to be partially serialized
* serialization of primitive class
* removed unnecessary codes
* removed white spaces
* serialization of loop primitive
* serialization of nms
* fixed implicit concat logic in serialization
* added RUN_ALL_MODEL_CACHING_TESTS directive
* fixed an error related with specialization of boolean vector
* speed up constant folding and improved load time for FP16
* fix unit-tests
* added OPENVINO_SUPPRESS_DEPRECATED_START
* new evaluate for Convert; added constructor for Constant; constant copying by reference during constant_fold
* removed deprecation macro from Convert evaluate
* returned back Convert evaluate to old HostTensorPtr because it's used in tests accuracy comparator
* [TF FE] Refactor ZerosLike and add layer test
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix test for Wide and Deep model
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [TF FE] Fix compilation warnings
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix compiling warnings for Einsum
* Apply code-review feedback
* Fix compilation warnings on Windows
* Only suppress warnings for MSVS
* Suppress false warning 4267 for extract_compressed_tensor_content
* Correct a place for end of warning suppress
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Create output tensor for bound evaluate depends
on element type and shape, rank dynamism
* Add test to simulate pytorch bound evaluation
for when output has got dynamic data type or rank
* Correct code style
* Correct shape for dynamic tensor.
* Proposal of data_dispatcher
* Fix C-style for array-like objects
* Added test cases
* Add InferRequestInternal to hold lifetime of converted data
* Change name and location of InferRequestInternal to _InferRequestWrapper
* Fixes for shared data mode to match previous tests, codestyle refactoring
* Fix annotations and style
* Add initial testing
* Fix dtype capture
* Fix set_request_tensor
* Extend doc strings
* Fix docs
* Docs fix
* Change to ndarray in docs
* Fix async case
* Fix async test 2
* Remove linter issue
* [GPU] Added shape agnostic NonZero kernels
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Add dynamic TC for ov_gpu_unit_tests
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply code review
Signed-off-by: Andrew Park <andrew.park@intel.com>
---------
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Port changes for installing GPU driver from 2022.3 branch.
* install_openvino_dependencies: Fixed syntax after ShellCheck
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
* move CPU mapping parser API to specific header file
* keep all enum defination in ie_system_conf.h
* move hpp file to inference/src
* fix code style issue
* Added -Wall for Clang and GCC
* Fixes
* Don't use /J
* Fixed warnings
* Fixed warnings
* More fixes
* Fixed for MSVC
* Fixed more warnings on Windows
* Suppressed some warnings in template plugin
* Update src/tests/functional/plugin/shared/include/behavior/plugin/caching_tests.hpp
* Added suppression for PT FE
* Suppressed warnings in TF FE
* Suppressed warnings on Core unit tests
* Suppress warnings in python
* Suppressed Windows warning for 3rd party modules
* Suppresed one more warning
* [TF FE] Support SaveV2 operation
Also, implement transformation to remove UnsupportedConstant to Result
isolated sub-graphs
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Revert change for Constant
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>