David Nam
eb7d7e4413
Migrate arithmetic1 to template plugin test ( #8052 )
...
* Migrate arithmetic1 to template plugin test
* Remove backend tests of arithmetic1
2021-10-20 19:16:51 +03:00
Mikhail Nosov
e976a221f5
[OV2.0 Preprocessing] NV12 ref implementation fixes + tests with legacy CNNNetwork ( #7985 )
...
* 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)
2021-10-20 13:39:46 +03:00
Wilson Seok
11ddd731b7
Migrate ngraph backend test/group convolution ( #8089 )
...
* 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
2021-10-20 11:20:11 +03:00
Wilson Seok
132ae33de0
Migrate ngraph backend test/deformable convolution ( #8045 )
...
* 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
2021-10-20 11:19:19 +03:00
Xiping Yan
b7ccdf4490
Xp/fix jira 6671 atanh fail mac wins ( #8058 )
...
* 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 >
2021-10-19 14:33:49 +03:00
Anton Pankratv
3f8856862d
Forbid typed data access and roi tensor creation for little bit types ( #8007 )
2021-10-19 04:53:33 +03:00
Steve Yoo
4c722e025b
Migrate ngraph backend test of condition operations ( #7907 )
...
* 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>
2021-10-18 13:20:09 +03:00
Irina Efode
e8f2249d8e
Fix master branch and resolve conflicted PRS ( #8039 )
2021-10-15 14:05:39 +03:00
Katarzyna Mitrus
96df1a14ce
Slice-8 Reference implementation ( #7749 )
...
* Init template reference tests
* Move output shape calculation to separate function
* Add to evaluate_map (reuse old ref)
* Add negative step test
* Make slice evaluate template type independent
* Enable typed tests for reference
* Add more reference tests
* Revert old slice ref changes
* New Slice reference implementation POC
* N-dim generalization
* Code refactor
* Style alignment
* Add more checks
* Add more tests
* Add zero dims/empty output tests
* Simplify typed tests generation
* Slice op leftovers
* Add unsigned types reference tests
2021-10-15 12:41:39 +03:00
Eugeny Volosenkov
3e48008c3f
Unroll If in ngraph ( #7403 )
...
* added unroll_if
* Fix interface function
* Fix code style
* add false test for unroll if
* add if transformation in subgraphs
* fix code style
* fix transformations
* delete internal transformations
* Fix comments
* fix to replace_node
* fix description fo transformation
* fix CompileNetwork
* fix comments
* fix comments
* add function get_ie_output_name(input);
* fix code style
* disable cpu test
2021-10-15 12:37:43 +03:00
Irina Efode
3f690314fa
[IE TESTS] Behavior2.0 -> Plugin ( #7579 )
...
* Need to remove
* Preprocessing + InferRequest
* infer_request_callback
* tmp commit
* InferRequest
* tst
* tetet
* Fix template
* SetBlobType
* InferRequest Conformance
* Add prc
* Remove prc
* Fix paths
* commit
* Fixes for review
* Dynamic Batch
* fix
* fiz
* Try
* fkf
* Fix azure
* Centos
* skip
* conformance fix
* fix template
* Small fix
* small fix in print
* Fixes
* Behavior 2.0 -> ExecutableNetwork
* Export
* Skip configs
* Incorrect config
* Extend ExecNet
* add_out
* GnA+CPU
* fix template
* fix centos
* Init
* init
* Fix merge
* Separate OV_CORE_INTEGRATION
* vers
* plugin
* Remove test_plugin
* plugin
* test
* configuration
* config
* core_integration
* Small refactor
* Clean up exec net
* Config
* Clean&Up behavior tests
* Remove extra
* query network
* Version
* Add new tests
* merge
* fix win
* Fix some ci problems
* Refactor
* gpu
* myriad
* template
* gna
* Fix all plugin
* ov2.0 exec_nry
* openvino2.0
* build
* fix ci
* fix ci
* fix myriad
* Try to fix ci
* Try
* try
* Update windows.yml
* Update windows.yml
* Revert "Update windows.yml"
This reverts commit 93e326229c .
* ddd
* Update windows.yml
* Revert "Update windows.yml"
This reverts commit 5eb4bf875a .
* Revert "Update windows.yml"
This reverts commit 351ede4e1e .
* fix inference chaining
* Fix issues
* try to remove mkldnn from commit
* GPU
* Fix ov namespace
* fix ci
* try to fix kmb
* Try to fix
* Merge
* fix ci
* gna
* fix myriad
* merge
* Myriad
* myriad
Co-authored-by: Alexander Zhogov <alexander.zhogov@intel.com >
2021-10-15 11:47:50 +03:00
Wilson Seok
34fce43ab0
Migrate ngraph backend test/convolution backprop ( #7997 )
...
* 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
2021-10-15 11:39:04 +03:00
Anton Pankratv
4cc53c97a1
Blob processing in HETERO forwarded to sub requests ( #8012 )
...
* Blob processing in HETERO forwarded to subrequests
* Added template dynamic hetero tests
2021-10-15 10:44:11 +03:00
Yegor Kruglov
4cce01cc5f
SoftMax-8 specification ( #7911 )
...
* prepared the specification
* updated versioned name
* fixed op number in link
2021-10-14 21:11:41 +03:00
Anastasia Kuporosova
799be77e33
[Python API] Move samples and docs to the new directory ( #7851 )
...
* [Python API] Move samples and docs to the new directory
* move samples to the new directory
* try to fix build and pychecks
* fix links
* fix pychecks
* fix cmake
* fix cpack installation
* Update inference-engine/ie_bridges/python/CMakeLists.txt
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
2021-10-14 14:49:35 +03:00
Wilson Seok
a8f0109584
Migrate ngraph backend test/activations ( #7973 )
...
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* create new PR from PR7849
* remove backend tests of activation operations
2021-10-14 09:38:30 +03:00
Svetlana Dolinina
fd97a62263
add selectv2 extractor mapped selectv2 to select ( #7847 )
...
* add selectv2 extractor mapped selectv2 to select (broadcast already implemented in select transformations/implementations)
* added SelectV2 to supported layers list
2021-10-13 14:53:15 +03:00
Ilya Churaev
50b0dc1182
Deprecated old evaluate methods ( #7937 )
...
* Deprecated old evaluate methods
* Suppress node
* Fixed some warnings
* Fixed documentation and warnings
* Fixed some warnings
* Disable some warnings
2021-10-13 12:47:14 +03:00
Ilya Churaev
82f8f19d11
Moved serialization pass to public ( #7862 )
...
* Moved serialization pass to public
* Fixed unit tests
* Fixed code style
* Fixed tests
* Fix link
* Fix kmb
* Fixed build
* Removed InferenceEngine::Core from ngraph tests
* Add missed models
* Restore IR weights
* Fixed code style
2021-10-13 11:17:53 +03:00
Andrew Kwangwoong Park
4e2cc3e370
[GPU] Add GPU plugin metric to get statistics of GPU memory allocated by engine ( #7758 )
2021-10-13 05:40:51 +03:00
Ilya Churaev
c323775f2c
Add input/output to ov ExecNetwork ( #7650 )
...
* Added template for new tests
* Fixed simple test
* Added output tests
* Removed get_result/get_parameter methods
* Fixed documentation
* Fixed functional tests
* Fixed caching tests
* Added new test for import
* Added new tests
* Fixed code style
* Fixed comments
* Fixed tests
* Fixed code style
* Save version in the function
Fixed pre-post processing
* Change IR version
* Fixed documentation
* Fixed MockICore
* HETERO almost works
* Fixed tests and core logic
* Disabled some CPU tests
* Tmp disable fp16 for template
* Fixed tests and clang-format
* Small fixes
* Fix
* Simplified code in templatePlugin
* Added IE precisions checks
* Simplified hetero plugin
* Added ieImportExportedFunction test
* Added MYRIAD test
* Skip tests directly in tests
* More correct filter for CPU
* Fixed CPU tests
* Template plugin tests
* Some comments
* FIxed clanf-format
* Removed myriad tests
* Fixed comment
* small changes
* Fixed condition
* Fixed unit tests
* clang-format
* Comment
* Hetero plugin update
* Fixed tests
* Moved re-create under ig
* Fixed clang-format
* Fixed some caching_tests
* Disable some caching_tests
* Fixed setLayout with dynamic case
* Fixed clang-format
* Disable execution graph
* Disabled one more CPU test
* Simplified regex
* Disabled GNA tests
Co-authored-by: y <ilya.lavrenov@intel.com >
2021-10-12 13:11:25 +03:00
Wilson Seok
d50ba1129b
Migration convolution ngraph backend test ( #7846 )
...
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add convolution reference test and ngraph backend test
* fix location of ngraph visitor convolution.cpp
2021-10-08 16:52:00 +03:00
Mikhail Nosov
2592856200
[OV2.0] Leftovers for Preprocessing/input/output ( #7893 )
...
* Pre-process:
- Implicit conversions for element type and layout
- 'convert_element_type' with default argument to network
- Convert_element_type - don't add ops if dst and src types are same
- Convert_layout - don't add ops if dst and src layouts are same
- Custom step - use Output<Node> instead of shared_ptr<Node>
- Support of addressing input by tensor name
Post-process:
- Avoid duplication of tensor names after post-processing
* Fixed IE tests
2021-10-08 12:58:29 +03:00
Eugeny Volosenkov
05cd830de5
Move eval tests to template tests ( #7132 )
...
* Add If implementation with reference
* fix test
* fix comments
* Fix validate_and_INFER_TYPES
* rewrite tests for dynamic cases
* Fix ci failed
* add comentaries for validate_and_infer_types
* fix api
* Added ngraph checks and delete copied op from opset8
* code style fix
* fix code style
* add checkers to reference
* add has_evaluate
* fix eval
* Fix code style
* fix code style
* Add template plugin tests
* fix code style
* delete boolean
* fix IfParams
* Fix comments
* intermediate commit
* delete eval test
* add common header
* Fix codestyle
* fix set_invariant_input/set_body_output
* fix code_style
* fix codestyle
* delete validate_and_infer_types from type prop tests
* delete comments
2021-10-07 18:40:57 +03:00
Bartek Szmelczynski
cfe18d289c
Scatter update ref impl revision ( #7476 )
...
* add template tests for scatter_update
* rm CT from ref impl
* fix namings
* minor code refactor
* fix style
* change ref impl
* add lambda func
* new tests
* remove CT from reference implementation, add template tests
* fix cpu IE
* refactor template tests
* split template tests
2021-10-07 14:40:15 +03:00
Mikhail Nosov
e20cefb620
PrePostProcessor.output() - first implementation of post-processing ( #7866 )
...
* PrePostProcessor.output() - first implementation of post-processing
Supported convert_layout, convert_element_type and custom operations
* Fix review comments
* Added test for pre and post processing together
Fix clang-format
* Move 'validate_and_infer_types' before post-processing
2021-10-06 21:17:10 +03:00
Mikhail Nosov
f57dc05c66
[OV20] Convert NV12 to RGB operation + preprocessing ( #7508 )
...
* # Conflicts:
# docs/template_plugin/tests/functional/op_reference/convert_color_nv12.cpp
# inference-engine/tests/functional/plugin/cpu/shared_tests_instances/single_layer_tests/convert_color_nv12.cpp
# inference-engine/tests/functional/shared_test_classes/include/shared_test_classes/single_layer/convert_color_nv12.hpp
# inference-engine/tests/functional/shared_test_classes/src/single_layer/convert_color_nv12.cpp
# ngraph/core/include/openvino/core/preprocess/input_tensor_info.hpp
# ngraph/core/include/openvino/core/preprocess/preprocess_steps.hpp
# ngraph/core/include/openvino/op/nv12_to_bgr.hpp
# ngraph/core/include/openvino/op/nv12_to_rgb.hpp
# ngraph/core/src/op/nv12_to_bgr.cpp
# ngraph/core/src/op/nv12_to_rgb.cpp
# ngraph/core/src/preprocess/pre_post_process.cpp
# ngraph/core/src/preprocess/preprocess_steps_impl.hpp
# ngraph/test/CMakeLists.txt
* Added more test to cover 100% of code
Allow convert element type for 'multi-plane' color format
* Inherit tensor names for 'convert_color'
* Clang
* Fix tests
* Disable 'int8' preprocessing resize test
* Fix review comments
* Add more restrictions and tests for planes sub-names
* 1) Added check for uniqueness of tensor names generated for nodes
Raise error if user's plane sub-name conflicts with some node in a function
2) Added exception safety to preprocess build. Before, when input #2 fail, only one preprocess will be applied to function and it will be corrupted
Exception guard will restore function to original state if exception occurs
* Fix clang-format
2021-10-06 15:22:05 +03:00
Ilya Churaev
3859990b1b
Introduce IR v11 ( #7787 )
...
* Enabled support of IR v11 in IR frontend
* Enabled serialization to v11
* Added indexes for Inputs/Outputs
* Fixed typo
* Fixed code style
* Fixed deserialization tests
* FIxed typo
* Avoid changes in the original serialized function
* Fixed TI tests
* Removed version from the function and indexes from parameters/results
* Restore function version
* Clone function rt info
* Removed v11 version
2021-10-05 13:09:59 +03:00
Ilya Lavrenov
f762751968
Deprecated dynamism in old IE API ( #7812 )
2021-10-05 01:06:10 +03:00
Svetlana Dolinina
a1ee7dca49
fix error for model with lstm_nonlin without UseDropout attribute ( #7730 )
...
* fix error for model with lstm_nonlin without UseDropout attribute
* remove extra line
* added dropoutmaskcomponent in doc as supported
2021-10-04 15:39:28 +03:00
Ilya Lavrenov
0bebd53b4a
Inference chaining: static and dynamic cases ( #7776 )
...
* Fixed precisions conversion in new API
* Added tests
* Fixed old IR cases
* Disable FP16
* Fixed regex for CentoOS
* Refactored tests to use new API
* Temp
* Fixed tests
* Moved smart reshape related sources to ngraph
* Added tests for invalid names
* Moved reshape to tensor_names
* clang-format
* Fixed CC build
* Removed IEConv, IEDeconv from primitives pririty
* Added tests for Inference chaining
* Fixed dynamic chaining for template plugin
* Added test for 2 conflicting names for the single parameter
* Removed invalid test
* Added more tests for dynamism
* Fixed clang-format
* Fixed macosx compilation
* Some simplifications
2021-10-04 14:51:14 +03:00
Irina Efode
996b15ccf2
[IE TEST] Enable support of Dynamic shapes in IE TEST infra with examples ( #7718 )
...
* Squashed commit of the following:
commit 69d82175a8
Merge: 4c5eb0f8f 068d31511
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Sep 28 19:07:37 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 4c5eb0f8f4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Sep 28 19:06:16 2021 +0900
Build all (Multiple target shape inputs removed)
commit dd3d17c85f
Merge: 0870cc6cc 1d3df63d6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 20:29:47 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 0870cc6cc1
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 20:23:27 2021 +0900
While working on applying multiple target shapes to templateFuncTests, still failed
commit e73a9741de
Merge: 20ea316b0 3bf34b116
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 16:54:16 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 20ea316b0d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 16:52:39 2021 +0900
Apply Eltwise stype input shape to cpuFuncTests
commit 0802282972
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 14:59:00 2021 +0900
Apply Eltwise input shape to templateFuncTests
Modify GenerateInputs() to use functionRefs
commit 25c399d922
Merge: ab476a9ba b3050c268
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 14:45:01 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit ab476a9ba3
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 14:44:23 2021 +0900
Add functionRefs for PrePostProcessTest
commit 451ce9096d
Merge: 5710141cd 846c9c91f
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 12:20:34 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 5710141cd8
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 12:16:06 2021 +0900
templateFuncTests
* Remove StaticShape and add DynamicShape to make existing test cases static default
* Fix typos
cpuFuncTests
* Add functionRefs to each case
commit c3b87f098d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 23 12:51:40 2021 +0900
Fix to use ngraph::clone_function()
commit fa7e87b146
Merge: a8890950d d7dfce209
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 23 10:47:15 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit a8890950d3
Merge: ceb802d97 5847b35ed
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 16 19:24:08 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit ceb802d978
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 16 19:24:00 2021 +0900
templateFuncTest runs except multiple input shape cases
commit 8adbaba71d
Merge: d11e3e917 f44369ce4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 15:30:48 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit d11e3e917e
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 15:30:27 2021 +0900
ConvolutionLayerTest for dynamic shape case (Test only)
commit d8eaf21acd
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 14:41:38 2021 +0900
ConvolutionLayerTest for dynamic shape case
commit fe57d0faa6
Merge: 39a691ab9 7a392253d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:59:44 2021 +0900
Merge branch 'master' into sy/ilyachur/draft_dynamic_plugin_rebased
commit 7a392253d7
Merge: b8966457b 021639a04
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:59:01 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 39a691ab95
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:55:38 2021 +0900
Remove redundant line
commit 109cafeffe
Merge: 0245e05cc b8966457b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:25:36 2021 +0900
Merge branch 'master' into sy/ilyachur/draft_dynamic_plugin_rebased
commit b8966457b9
Merge: 904384fee 1c1401b06
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:24:37 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0245e05cc8
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:18:54 2021 +0900
Remove comments used for indivisual testing
Change unproper function names
Remove unnecessary template<>
commit 0854f07291
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 3 13:31:22 2021 +0900
ConvolutionLayerTest and SoftMaxLayerTest on template_plugin for dynamic shapes rebased
commit 904384fee3
Merge: 4bf45de5d b78f228fa
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 3 09:11:44 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4bf45de5dc
Merge: 18476fe1b 07f7061f9
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 2 08:54:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 18476fe1b9
Merge: e92f5928d f77d838e6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Aug 23 09:48:34 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit e92f5928dc
Merge: ef937a5a5 2fefe1164
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 20 14:40:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit ef937a5a52
Merge: 04fed4c2a 184b3cbe4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 20 13:32:53 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 04fed4c2af
Merge: 508c61615 39131968c
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 13 13:27:26 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 508c616151
Merge: 0647e6827 273c7188a
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 13 10:49:35 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0647e68277
Merge: 89ba7c1bf 04ff7a6ed
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Aug 11 13:39:51 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 89ba7c1bf1
Merge: ebdbea67c b11a2220b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Aug 9 09:01:44 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit ebdbea67cb
Merge: 4880bd11d d921e7a9c
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jul 26 11:57:49 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4880bd11d4
Merge: eef72406c 1e1e3bfff
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 22 14:58:56 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit eef72406cc
Merge: 9ccacedef 2a15e3e79
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jul 16 12:58:14 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 9ccacedefe
Merge: 14020554d c14edd413
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 15 13:48:24 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 14020554d2
Merge: 54182c03b 2a970a56d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jul 9 08:04:43 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 54182c03b2
Merge: 7654df0d9 35d9bd0f6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 8 08:15:46 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 7654df0d93
Merge: 8ab309328 64cbdb9c2
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jul 5 13:00:33 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 8ab3093282
Merge: b77d127d7 db0145be1
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Jun 30 13:27:58 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit b77d127d78
Merge: 4a5811623 632709012
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jun 28 10:01:50 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4a5811623d
Merge: 6ce8d8ce6 7e6641192
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jun 21 09:31:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 6ce8d8ce66
Merge: 84bc851ec db67c1b2b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jun 17 08:28:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 84bc851ecf
Merge: 5a2cb750e fb7435a64
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Jun 15 08:24:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 5a2cb750ec
Merge: 19ab2100a 05469e95e
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jun 11 13:30:59 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 19ab2100a5
Merge: b2bdc3976 4d9fe14ec
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Jun 8 09:49:38 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit b2bdc39760
Merge: 0a6c3cc9b ac1803c3a
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jun 3 08:46:13 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0a6c3cc9bf
Merge: e07337d53 97a9a76ff
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed May 26 10:51:49 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit e07337d533
Merge: d4b251678 e41e25533
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue May 18 08:46:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit d4b251678e
Merge: f396091bd 1b8a0f7ae
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon May 10 08:11:10 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit f396091bd8
Merge: f569dbc73 8645c0839
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri May 7 13:49:43 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit f569dbc739
Merge: a6b2800be 31b161097
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Apr 29 07:15:08 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit a6b2800be2
Merge: dc771f1c4 1ae1757a5
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Apr 28 07:50:13 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit dc771f1c4f
Merge: 5320f7eae 5de5f4d7d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Apr 27 15:00:05 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 5320f7eae0
Merge: 47dedfde5 39e1a21c4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Apr 26 08:32:06 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 47dedfde57
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Apr 19 09:06:56 2021 +0900
Add test cases for PReLU in cpu plugin
* For case when slope is vector
* fix build
* remove exztra
* Squashed commit of the following:
commit 69d82175a8
Merge: 4c5eb0f8f 068d31511
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Sep 28 19:07:37 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 4c5eb0f8f4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Sep 28 19:06:16 2021 +0900
Build all (Multiple target shape inputs removed)
commit dd3d17c85f
Merge: 0870cc6cc 1d3df63d6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 20:29:47 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 0870cc6cc1
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 20:23:27 2021 +0900
While working on applying multiple target shapes to templateFuncTests, still failed
commit e73a9741de
Merge: 20ea316b0 3bf34b116
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 16:54:16 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 20ea316b0d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 16:52:39 2021 +0900
Apply Eltwise stype input shape to cpuFuncTests
commit 0802282972
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 27 14:59:00 2021 +0900
Apply Eltwise input shape to templateFuncTests
Modify GenerateInputs() to use functionRefs
commit 25c399d922
Merge: ab476a9ba b3050c268
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 14:45:01 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit ab476a9ba3
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 14:44:23 2021 +0900
Add functionRefs for PrePostProcessTest
commit 451ce9096d
Merge: 5710141cd 846c9c91f
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 12:20:34 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit 5710141cd8
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 24 12:16:06 2021 +0900
templateFuncTests
* Remove StaticShape and add DynamicShape to make existing test cases static default
* Fix typos
cpuFuncTests
* Add functionRefs to each case
commit c3b87f098d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 23 12:51:40 2021 +0900
Fix to use ngraph::clone_function()
commit fa7e87b146
Merge: a8890950d d7dfce209
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 23 10:47:15 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit a8890950d3
Merge: ceb802d97 5847b35ed
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 16 19:24:08 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit ceb802d978
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 16 19:24:00 2021 +0900
templateFuncTest runs except multiple input shape cases
commit 8adbaba71d
Merge: d11e3e917 f44369ce4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 15:30:48 2021 +0900
Merge remote-tracking branch 'upstream/master' into sy/test/ConvolutionLayerTest_dynamic_shape_case
commit d11e3e917e
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 15:30:27 2021 +0900
ConvolutionLayerTest for dynamic shape case (Test only)
commit d8eaf21acd
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 14:41:38 2021 +0900
ConvolutionLayerTest for dynamic shape case
commit fe57d0faa6
Merge: 39a691ab9 7a392253d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:59:44 2021 +0900
Merge branch 'master' into sy/ilyachur/draft_dynamic_plugin_rebased
commit 7a392253d7
Merge: b8966457b 021639a04
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:59:01 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 39a691ab95
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Sep 13 09:55:38 2021 +0900
Remove redundant line
commit 109cafeffe
Merge: 0245e05cc b8966457b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:25:36 2021 +0900
Merge branch 'master' into sy/ilyachur/draft_dynamic_plugin_rebased
commit b8966457b9
Merge: 904384fee 1c1401b06
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:24:37 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0245e05cc8
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 9 10:18:54 2021 +0900
Remove comments used for indivisual testing
Change unproper function names
Remove unnecessary template<>
commit 0854f07291
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 3 13:31:22 2021 +0900
ConvolutionLayerTest and SoftMaxLayerTest on template_plugin for dynamic shapes rebased
commit 904384fee3
Merge: 4bf45de5d b78f228fa
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Sep 3 09:11:44 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4bf45de5dc
Merge: 18476fe1b 07f7061f9
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Sep 2 08:54:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 18476fe1b9
Merge: e92f5928d f77d838e6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Aug 23 09:48:34 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit e92f5928dc
Merge: ef937a5a5 2fefe1164
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 20 14:40:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit ef937a5a52
Merge: 04fed4c2a 184b3cbe4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 20 13:32:53 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 04fed4c2af
Merge: 508c61615 39131968c
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 13 13:27:26 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 508c616151
Merge: 0647e6827 273c7188a
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Aug 13 10:49:35 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0647e68277
Merge: 89ba7c1bf 04ff7a6ed
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Aug 11 13:39:51 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 89ba7c1bf1
Merge: ebdbea67c b11a2220b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Aug 9 09:01:44 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit ebdbea67cb
Merge: 4880bd11d d921e7a9c
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jul 26 11:57:49 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4880bd11d4
Merge: eef72406c 1e1e3bfff
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 22 14:58:56 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit eef72406cc
Merge: 9ccacedef 2a15e3e79
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jul 16 12:58:14 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 9ccacedefe
Merge: 14020554d c14edd413
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 15 13:48:24 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 14020554d2
Merge: 54182c03b 2a970a56d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jul 9 08:04:43 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 54182c03b2
Merge: 7654df0d9 35d9bd0f6
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jul 8 08:15:46 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 7654df0d93
Merge: 8ab309328 64cbdb9c2
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jul 5 13:00:33 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 8ab3093282
Merge: b77d127d7 db0145be1
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Jun 30 13:27:58 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit b77d127d78
Merge: 4a5811623 632709012
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jun 28 10:01:50 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 4a5811623d
Merge: 6ce8d8ce6 7e6641192
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Jun 21 09:31:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 6ce8d8ce66
Merge: 84bc851ec db67c1b2b
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jun 17 08:28:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 84bc851ecf
Merge: 5a2cb750e fb7435a64
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Jun 15 08:24:23 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 5a2cb750ec
Merge: 19ab2100a 05469e95e
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri Jun 11 13:30:59 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 19ab2100a5
Merge: b2bdc3976 4d9fe14ec
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Jun 8 09:49:38 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit b2bdc39760
Merge: 0a6c3cc9b ac1803c3a
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Jun 3 08:46:13 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 0a6c3cc9bf
Merge: e07337d53 97a9a76ff
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed May 26 10:51:49 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit e07337d533
Merge: d4b251678 e41e25533
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue May 18 08:46:00 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit d4b251678e
Merge: f396091bd 1b8a0f7ae
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon May 10 08:11:10 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit f396091bd8
Merge: f569dbc73 8645c0839
Author: Steve Yoo <steve.yoo@intel.com >
Date: Fri May 7 13:49:43 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit f569dbc739
Merge: a6b2800be 31b161097
Author: Steve Yoo <steve.yoo@intel.com >
Date: Thu Apr 29 07:15:08 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit a6b2800be2
Merge: dc771f1c4 1ae1757a5
Author: Steve Yoo <steve.yoo@intel.com >
Date: Wed Apr 28 07:50:13 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit dc771f1c4f
Merge: 5320f7eae 5de5f4d7d
Author: Steve Yoo <steve.yoo@intel.com >
Date: Tue Apr 27 15:00:05 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 5320f7eae0
Merge: 47dedfde5 39e1a21c4
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Apr 26 08:32:06 2021 +0900
Merge remote-tracking branch 'upstream/master'
commit 47dedfde57
Author: Steve Yoo <steve.yoo@intel.com >
Date: Mon Apr 19 09:06:56 2021 +0900
Add test cases for PReLU in cpu plugin
* For case when slope is vector
* temp
* Cpu
* All fix for softmax
* ie + gna
* Remove extra
* fix crash
* eltwise
* Fix crash
* fix failures
* gpu myriad
* fix
* fix template
* fix
* tr
* gpu skip
* fix gpu
* fix template
2021-10-04 14:34:50 +03:00
Mikhail Nosov
f8ed195841
Fix 'NV12 batch case' (was sporadic failure) ( #7790 )
...
Introduced 'absolute threshold' for LayerTests and BaseReferenceTests to consistently catch absolute differences
Previously, when set 'threshold=1.f' it was treated as 'allowed difference is 100%", so there was no way to allow absolute difference as 1.f
2021-10-01 20:21:52 +03:00
Mikhail Nosov
5b39e407d9
[OV2.0] Preprocessing - add 'convert_layout' ( #7772 )
...
* Preprocessing - add 'convert_layout'
* Fix comments, removed 'set_data_shape' for time being
2021-10-01 19:45:40 +03:00
Mikhail Nosov
a883b5c097
Temporary disable sporadically failed test (PR #7601 ) ( #7782 )
...
* Temporary disable sporadically failed test
* Looks like skip test config didn't skip the test
2021-10-01 10:25:08 +03:00
Ilya Lavrenov
302eb08dc5
Replaced gtest deprecated macro ( #7779 )
2021-10-01 03:46:32 +03:00
Mikhail Nosov
6e05cead11
[OV20] Reference implementation for NV12toRGB and NV12toBGR operations ( #7601 )
...
* Reference implementation for NV12toRGB and NV12toBGR operations
Tests:
- ngraph: visitor + type_prop
- template plugin: reference implementation
- inference-engine: shared tests for plugins
- cpu plugin: compare with ref implementation tests
* Fix clang
* Serialization tests
* Fix clang-format
* Changed 'f32' to 'any supported floating-point type'
Added appropriate shape inference tests
Added error test for >2 inputs
Fixed failed CI tests
* Updates after rebase
+ Try to fix Ninja build
* Fix CI
* Support endianness + potential fix of win32 test fails
* Fix review comment
* Fix review comments
* Fix unit test build
* Fix unit test build #2
* Possible build fix 3
* Simplified reference tests
Observed issue with shuffling Y pixels on little-endian systems, added tests
2021-09-30 16:34:46 +03:00
Mikhail Nosov
414c3dc133
[OV2.0] Preprocessing - resize ( #7583 )
...
* Initial version
* Added 'network' layout to preprocessing info
Moved existing resize tests to template plugin
* Fix clang
* More tests for 'resize' reference implementation + CPU tests + error cases
Coverage is 100%
* Align with new base_reference_test implementation
* Fixed comments
* Add assert to check that desired size is not out of bounds
* CPU: skip failed test
2021-09-30 11:41:25 +03:00
Mikhail Nosov
4fd59f72ea
Use 'u8' element type in tests ( #7704 )
...
Use 'float32' output for 'compare with reference' tests to avoid IE precisions undesired conversions
Added GPU preprocessing tests skeleton
2021-09-29 09:46:37 +03:00
Ilya Lavrenov
bd09f70876
Fixed precisions conversion in new API with compile_model(filename) ( #7711 )
...
* Fixed precisions conversion in new API
* Added tests
* Fixed old IR cases
* Disable FP16
2021-09-29 07:00:13 +03:00
Ilya Lavrenov
d074eea063
Fixed regex for template tests skip ( #7725 )
2021-09-29 01:58:02 +03:00
Ilya Lavrenov
65dcffe913
Reference tests use OpenVINO 2.0 headers and namespaces ( #7700 )
...
* Reference tests via OpenVINO 2.0
* Migrated to new API acos test
* Fixed other tests compilation
* Fixed tests
* Reference tests use ov::
* Fixed compilation
2021-09-28 19:19:08 +03:00
Ilya Lavrenov
476fbee00f
Reference template plugin tests to OpenVINO 2.0 ( #7685 )
2021-09-28 10:46:03 +03:00
Vladimir Gavrilov
1d3df63d64
Implement reference nGraph implementation for operation ExperimentalDetectronROIFeatureExtractor ( #6484 )
...
* Written reference implementation of the operation ExperimentalDetectronROIFeatureExtractor.
* Small fixes.
* Started to write tests for evaluation of the operation ExperimentalDetectronROIfeatureExtractor.
* Written test for evaluation of the nGraph operation ExperimentalDetectronROIFeatureExtractor.
* Some changes.
* Added debug prints to evaluates.map.
* Added more debug prints.
* Added another debug prints.
* Added more debug prints.
* Added more debug prints.
* Added more debug prints.
* Inserted additional static_casts.
* Added more static_casts.
* Commented some debug prints.
* Some reversion.
* Deleted some debug prints.
* Deleted some debug prints.
* Deleted more debug prints.
* Added some casts and debug prints.
* Some changes.
* Small changes.
* Some changes.
* Added png files.
* Small changes.
* Code style fixes.
* Code style fixes.
* Rewritten some auxiliary functions.
* Corrected the body of the function experimental_detectron_roi_feature_extractor().
* Some code style fixes.
* Code style fixes.
* Small code style fixes.
* Commented one debug print.
* Small changes.
* Added some debug print.
* Small changes.
* Added more debug prints.
* Small fixes.
* Added more debug prints.
* Commented some code.
* Indexing operation [] was replaced by .at() method in the function pre_calc_for_bilinear_interpolate().
* Deleted unneeded variables w1, w2, w3, w4.
* Deleted variable xx.
* Added GCC pragma before the function pre_calc_for_bilinear_interpolate().
* Fixes in macros.
* Fixed pragma before the function pre_calc_for_bilinear_interpolate().
* Deleted some debug prints.
* Deleted more debug prints and fixed some code style issues.
* Deleted redundant assert.
* Deleted redundant assert in the function split_points().
* Started to move tests for nGraph reference implementation of ExperimentalDetectronROIFeatureExtractor to template plugin.
* Enabled test INTERPRETER.onnx_model_experimental_detectron_roi_feature_extractor.
* Deleted backend tests for the reference nGraph implementation of the operation ExperimentalDetectronROIFeatureExtractor.
* Deleted commented code.
* Fixed typo.
* Some fixes.
* Some fixes.
* Some fixes.
* Some fixes.
* Some fixes.
* Renamed the function that calculates ROIAlign.
* Deleted redundant usings.
* Now input shapes are parameters of test.
* Small fix.
* Now element type is also test parameter.
* Deleted some commented code.
* Added test for float16 case.
* Small fix.
* Added test for bfloat16 case.
* Deleted redundant parameters of tests.
* Deleted commented code.
* Deleted redundant structure.
* Small fix.
* Some reverting.
2021-09-27 12:49:18 +03:00
Wilson Seok
8262aed30c
Migrate ngraph backend test of arithmetic2 operations ( #7500 )
...
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add sin asin template plugin reference test
* add cos template plugin reference test and remove asin/sin/cos ngraph backend test
* update CMakeList.txt
* add template plugin reference test for asinh, cosh, sinh, tanh
* remove ngraph backend test for asinh, cosh, sinh, tanh
* update CMakeList.txt
* add ngraph type prop test for tanh
* add ngraph visitor api test for asin, sin
* add atanh type in activation SLT
* remove boolean from sin/cos/tan/asin/sinh/cosh evaluate
2021-09-27 05:23:52 +03:00
Maxim Shevtsov
920e58caba
disabling tests for template plugin that fails due to missing impl (CVS-66280) ( #7651 )
2021-09-24 16:23:13 +03:00
Andrei Kochin
0efc1a0763
Replace 'quantized' with 'compressed' in MO help ( #7607 )
...
* Replace 'quantized' with 'compressed' in MO help
Signed-off-by: Andrei Kochin <andrei.kochin@intel.com >
* Add UG changes to reflect new help text
Signed-off-by: Andrei Kochin <andrei.kochin@intel.com >
2021-09-24 13:34:09 +03:00
Mikhail Nosov
ce9a229313
[OV20] NV12toRGB and NV12toBGR operations specification ( #7595 )
...
* [OV20] NV12toRGB and NV12toBGR operations specification
* Changed supported type to "`uint8` or any supported floating-point type"
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-09-24 13:02:15 +03:00
Wilson Seok
b3050c268a
Migrate acos operation from ngraph backend test to template plugin reference test ( #7461 )
...
* Remove fp16 of Convert layer test from skip_tests.config.cpp as it works now
* update repo
* add acos in template plugin reference test
* Create visitor API test for target operation Acos-1
* remove acos backend test
* remove acos backend test
* add test casses of int ata type
* remove boolean from acos evaluate
2021-09-24 07:19:45 +03:00
Mikhail Nosov
531118c4b0
OV2.0 Preprocessing shared tests - initial version ( #7568 )
...
* Shared preprocessing tests for plugins.
Comparing inference with reference implementation
* Moved evaluate tests to template plugin
* Fixed clang-style
* CPU tests: Set IE precision manually in SetUp. Also allow rounding to integer mismatch
* Added acceptable threshold depending on particular test
2021-09-23 23:17:59 +03:00