* [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
* Add anti-downgrade downcast test
* Strengthen limits test
* Allow convert if normalization is off
* Suppress downgrading for F64 only
* Limit eps values to float
* Limit eps values to float
* Add test
* Consider actual double values
* Update macOS archive installation with ARM64 for 22/3 (#14656)
* update macos archive installation with arm
* update python version
* fix formatting
* fix formatting
* update
* remove note
* update package names & version number
* update version number
* enable new method to generate CPU information and CPU map
* fix code style issue
* fix initialization issue of variable-sized object
* fix dependency issue
* add sample of CPU map
* add description and sample for CPU map
* fix code style issue
* fix code style issue
* add comments on using second processor as physical core
* update _cpu_mapping to align with Windows implementation
* update description for better understanding
* update cpu mapping table for scaling.
* add check if system folder is accessible
* merge new CPU resource based on CPU mapping table with previous CPU resource based on calculation
* fix typo in note
* add description for GROUP_ID
* Update Raspbian OS installation for 22/3 (#14628)
* update Raspbian OS installation
* test formatting
* fix formatting
* Apply suggestions from code review
* update version number & package names
* Updated docs for Raspbian OS (#14816)
* Updated docs for Raspbian OS
* Update docs/install_guides/installing-openvino-raspbian.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
* update version number
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>