* 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>
* Add test cases for PReLU in cpu plugin
* For case when slope is vector
* Add Bucketize and NonZero template plugin reference tests
* Apply supported types for NonZero
* Edit float_t and double_t to float and double
* Edit std::vector<bool> to std::vector<char>
* [GPU] Fix incorrect reusage of OneDNN postops configurations
* [GPU] Add OneDNN's convolutions and deconvolutions support
* [GPU] Do not run fusing unittest when imad is not supported
Co-authored-by: Sergey, Shlyapnikov <sergey.shlyapnikov@intel.com>
* fixed dealing with None values in then/else branches of Select
* generalized solution when condition is non one elemental
* fix when both branches are None
* minor corrections
* rewritten Select unit-tests; fixed for condition with [True] mask
* removed mutable default arg from build_graph, added a few more test cases with masked condition, other minor corrections
* corrected output_shape calculation when broadcasting is off
* layer tests fixed: relaxed assert for condition shape to let pass TF Select
* corrected shape calculation when condition is not elementwise equal, calculated calculation for TF, corrected calculation of shape when values are not set
* fixed a typo for Select from TF Where
* fix expand_onnx_functions
* refactor + unit test
* fixed function in function case
* fixed expand_onnx_functions
* fixed default value of shape in ValueInfo
* enable xpass model
* changed MergeFrom to Swap
* added xfail with missing test data
* added more unit tests
* styles applied
* used std::rotate, review remarks
* removed debug code
* after offline discussion remarks
* fix checking input/output names on Windows
* names comparator refactor
* replace regex with custom comparison
* review remarks
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add draft reference of binary convolution
* build test
* fix build error
* add binary_convolution reference test and ngraph visitor api test
* remove ngraph backend test of binary_convolution
* add reference test and remove ngraph backend test of convolution_backprop
* add f64 case for convolution_backprop
* restore from another devel branch
* cleanup
* cleanup
* code review fixes
* code review fixes
* use Broadcast instead of referenct
* unit tests reorginize
* add comment
* cleanups
* determine broadcast type
* unit test using Bool instead of {true, false}
* broadcast types fixes
* move SubstituteScaleShiftBroadCastPass under if (!isNgraphPassesUsed)
* windows build fix