* Add new compile_model api for ONNX RUNTIME OV EP
Allow compile_model() accept model/weight data.
* Update minor place
* Cache model if possible
* Compute hash based on model_xml and model_weight
* Update typo
* Change hash key computation for model's weights
* Resolve test case issue
* Use tensor replace blob for hash computation
* Fix hash computation isssue and add more test cases
* Fix a build issue caused by data format
* [TF FE] Support TF2 Object detection models
For support of OOB conversion of OD models (Faster RCNN, SSD models) several fixes were done
for Select, BroadcastArgs, Slice, and Concat operations.
Implement tests for each case
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Switch off Transpose Sinking that breaks some model conversion
* Apply code-review feedback: copyright and extra commented out code
* Mention that for concat this is workaround
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [Tools][MO] Clean up requirements for default installation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Update azure config files with extras
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Cleaned up requirements in POT
* Fixed issue
* Removed pandas usage from POT
* Update setup.py
* Removed the upperbound for numpy in the case of Python < 3.11
* Removed numpy logic
* Bugfix build issue of onednn test
+ Remove invalid referencing if ENABLE_INTEL_CPU is off
+ Removed unnecessary include
Signed-off-by: Min, Byungil <byungil.min@intel.com>
* [TF FE] Fix Wide and Deep model conversion
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix build
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* [TF FE] Support If and PartitionedCall operations
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Fix build
* Fix frontend wrapper for tests
* Erase tensor names in body graph before caching
* Apply code-review feedback: recover m_op_translators in Frontend
* Rename test models
* Rename unit-tests
* Correct scripts for test model generation
Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
* Add strided slice dynamic TCs for gpuFunctests
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update StridedSliceLayerGPUTest for rest inputs's type (parameter)
Signed-off-by: Andrew Park <andrew.park@intel.com>
* remove W/A for strided slice
Signed-off-by: Andrew Park <andrew.park@intel.com>
* primitive API updates for dynamic begin/end/stride inputs support
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update ocl impl and kernel param, and strided_slice_ref kernel w/o memory_deps
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update TCs for new API w/ vectors on strided_slice_gpu unittests
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply code review
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Apply padding when the size of rest input data is smaller than actual input rank
Signed-off-by: Andrew Park <andrew.park@intel.com>
* Update strided_slice_optimize pass to run onyl when all deps are constant
Signed-off-by: Andrew Park <andrew.park@intel.com>
Signed-off-by: Andrew Park <andrew.park@intel.com>
* fix strided_slice_optimize for 5d new axis output, typo in strided_slice cl kernal, avoid handle_reshape when user is only one
* fix unit test of resample_eltwise_fusing_through/12
* Updated Azure pipelines
* Optimize clone time
* Removed OMZ build
* Fixed patterns in triggers
* Test
* Include ours branch
* Fixed filters on Windows