* 1. Removed explicit SHARED from libraries
2. Fixed double definition for ie_layer_validators
* Fixed SEG in unit-test: order of initialization for global vars
* Added an ability to find plugins.xml from static IE
* Fixes in unit-test
* Migrated to new macro for import / export
* Minimized number of custom dllexport
* Don't use IR v7 for static libraries
* Revert for merge
* Don't enable tests with dlopen for static libraries
* Code style
* Added condition for export
* Revert format_reader
* Removed forward decalaration with external linkage
* Fixed IE linkage on Windows
* Reverted back 2 flags
* Implement ExperimentalDetectronDetectionOutput shape infer.
Signed-off-by: Luwei Zhou <luwei.zhou@intel.com>
* Update on the review comments.
* Update based on review
* replace AUTO_DEVICE_LIST with MULTI_DEVICE_PRIORITY in test case
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* remove KEY_AUTO_DEVICE_LIST
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
* NV12 Ref impl: Align with Legacy NV12 conversion
Little-endian tricks are completely not needed finally
Basic tests of OV20 preprocessing vs Legacy preprocessing:
- Mean/Scale
- Resize (Linear vs Bilinear)
- NV12 color conversion
* Register Template plugin in legacy core before CNNNetwork compliance test
NV12: round to nearest integer for 'u8' mode
Fix preprocess-reference NV12 tests (swap U & V)
* Decreased default threshold and use random distribution for inputs generation
* Added tests RefImpl vs OpenCV - NV12 color conversion
Added CPU accuracy tests + nightly (including all RGB color combinations)
* Fix build issue after rebase
* Remove test code
* Fix comments
Disable OpenCV tests on CI (some machines can't load opencv_imgproc during test)
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add op reference test of group_convolution and group_convolution_backpropdata
* update reference test of group_convolution/group_convolution_backpropdata and remove their ngraph backend test
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add initial version of op reference test of deformable convolution
* update reference test
* update reference test 2
* update deformable_convolution referencet est
* add deformable_convolution_opset8 op reference test
* update skip_test_config.cpp
* remove backend test and add visitor api test
* merge test code of deformable_convolution v1 and v8 in a single file
* merge deformable_convolition_opset8 of visitor api test into single file
* Add qlinear_matmul files
* Extend matmul helpers
* register op in bridge
* Add test for 2d
* newlines at end of files
* Codestyle changes
* Re-use of nodes inputs
* Remove xfails
* Register as set1
* reshape inputs as scalars
* remove fixed xfail issue residues
* update changes to fit the newest master
Co-authored-by: dkozykowski <dawid.kozykowski@intel.com>
* tmp
* Fix atanh correctness test issue and veriyf pass.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com>
* Only keep available input value for correctness test.
Signed-off-by: Yan, Xiping <xiping.yan@intel.com>
* [GPU] Add fused operation test for concat.
And fused test and enable post ops in concat onednn integration.
Signed-off-by: hyunback <hyunback.kim@intel.com>
* Add depence code when machine does not support imad.
oneDNN post operation has issue.
Signed-off-by: hyunback <hyunback.kim@intel.com>