* [GPU] Fix sub kernel ordering issue in kernels_cache (#16746)
* [GPU] Add unit test for sub kernel idx (#16746)
* [GPU]Follow up code review (#16746)
* [GPU] Skip kernel compilation when current node is optimized out in update_impl (#16746)
* [GPU]Code refactoring (#16746)
* [PyOV] Fix getting all names in OVDict
* Add docs and adjust tests
* Fix linter issues
* Adjust typing and add test for incorrect key type
---------
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
+ Bugfix bfyx_to_blocked_format kernel of reorder prim for doubl blocked format
+ issued format is bs_fs_yx_bsv16_fsv32. Added test-cases.
+ Fixed accuracy issue from check_accuracy_issue
Signed-off-by: Min, Byungil <byungil.min@intel.com>
* Show the detailed failure message when AUTO load network failed
* Add test case
* Update test case to check multi load network failed
* Update test case based master
* RM _availableDevices hard code from AUTO
---------
Co-authored-by: Chen Peter <peter.chen@intel.com>
* Add dependency from ov_plugins.hpp only for files which use it
* Remove rebuild files depends on CI_BUILD_NUMBER changes
* Try to fix static build
* Fixed comments
* Fixed build
* Merged some change
* Try to fix build
* Try to fix nvidia build
* Take LTO value from target property
* Add Core property to switch from `mmap` to `read`
in IR FrontEnd
* Add tests on `ov::enable_mmap` property
* Add `enable_mmap` in C & Py APIs
* ClangFormat
* Added convert_model() params docs.
* Added auto-generating of most cli params.
* Added auto-generating of cli params.
* Small correction.
* Removed wrong change.
* Corrected default values.
* Fixed errors, added tests.
* Small correction.
* Corrected params descriptions, moved cli specific params to separate file.
* Moved params specifics to utils/help.py.
* Fixing run_timest python script for input and output precision
* Update code according to the PR review
* Update run_timetest according to the last review
* Add input_precision and output_precision to test_timetest as well
* Set input/output precision per model
* improve SoftMax fusion
* style and unit-test fix
* more precise SoftMax unit-tests
* rewritten SoftMaxFusion with single matcher
* fixes for align_mixed_fp32_fp16_types_test.cpp and mark_subgraph_to_keep_in_mixed_precision_test.cpp
* add include for pass/pattern/op/or.hpp
* get rank only when necessary
* style-fix
* add comment why SoftmaxFusion is called manually
* fix copy_runtime_info
* [TF FE] Add diagnostics capabilities via Framework nodes
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Refactor normalize logic
* Applied code-review feedback: fix in get_unsupported_operations_and_failures
* Handle unknown exception type
* Store only first encountered failure
* Update src/frontends/tensorflow/tests/convert_unsupported.cpp
* Apply code-review ffeedback: use stringstream
* Correct Key for exception message
* Fix build
* Use helper for creation of fw node with exception message inside
* Add test for conversion with unknown exception
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [TF FE] Fix layer tests for BatchToSpace and add to the pre-commit
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Specify type for batch_shape
---------
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>