* update test cases for windows cpu mapping parser
* fix code style issue
* fix code style issue
* fix code style issue
* update test data for Linux parser to align with Windows test case
* ufix code style issue
* update test data for Android build
* update linux CPU map parser fix
* fix code style issue
* fix test data issue
* fix size_t warning
* fix size_t warning
* 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