Commit Graph

5638 Commits

Author SHA1 Message Date
Alexander Zhogov
82415f00d8
Azure CI: Fix Layer Tests 2021-12-08 10:38:55 +03:00
Alexander Zhogov
e29342325d
Update linux.yml
Azure CI: Fix Model Optimizer UT run
2021-12-08 10:30:32 +03:00
Taylor Yeonbok Lee
0704c08555
Fix lint error (#9067) 2021-12-08 09:43:02 +03:00
Mikhail Nosov
c45a8f1e18
Fix conflict with PR 9054 (#9074) 2021-12-08 09:40:52 +03:00
Mikhail Nosov
757b757a20
Preprocessing - added test for dynamic spatial shapes (resize) (#8980)
* Preprocessing - added test for dynamic spatial shapes (resize)

* Applied review comments

* Remove unnecessary change

* Revert signature to keep compatibility with kmb plugin

* Try fix centos
2021-12-08 09:21:07 +03:00
Pavel Esir
980904c9ec
[MO] Align MO namespaces (#7708)
* Moved and merged mo/ and extensions/ into openvino/tools/mo

* edited imports

* edited docs to use mo script from entry_point

* edited MO transformations list loading and setup.py

* changed full path -> 'mo' entry point in docs (leftovers)

* corrected package_BOM

* updated resolving --transformation_config in cli_parser.py

* pkgutil-style __init__.py, added summarize_graph into entry points

* updated DOCs for the new --transformations_config

* fix select

* updated install instructions, fixed setup.py for windows and python_version < 3.8

* fixed typo in requirements.txt

* resolved conflicts

* removed creating custom __init__.py from setup.py

* corrected folder with caffe proto

* corrected loading user defined extensions

* fix openvino.tools.mo import in serialize.py

* corrected layer tests for new namespace

* fix in get_testdata.py

* moved model-optimizer into tools/

* renamed import in POT

* corrected mo.yml

* correct CMakeLists.txt for the newest tools/mo

* corrected find_ie_version.py

* docs and openvino-dev setup.py update for the newest tools/mo

* miscellaneous leftovers and fixes

* corrected CI files, pybind11_add_module in CMakeLists.txt and use of tools/mo path instead of tools/model_optimizer

* add_subdirectory pybind11 for tools/mo

* POT path fix

* updated setupvars.sh setupvars.bat

* Revert "updated setupvars.sh setupvars.bat"

This reverts commit c011142340.

* removed model-optimizer env variables from setupvars

* updated CMakeLists.txt to pack MO properly with tests component

* corrected left imports, corrected loading requirements for layer tests

* mo doc typo correction

* minor corrections in docs; removed summarize_graph from entry_points

* get_started_windows.md, MonoDepth_how_to.md corrections, mo path corrections
2021-12-08 08:53:53 +03:00
Ilya Churaev
d502208f6e
Remove ngraph options (#9016)
* Renamed options

* Fixed configs

* Renamed unit tests

* Fixed cmake generation

* Fixed comments

* Fixed comments
2021-12-08 08:17:31 +03:00
Nikita Demashov
524491c170
[LPT] Remove legacy usage from LPT tests (#8985)
* delete convert_mul_or_add_finally_with_dequantization_function & mul_add_to_scaleshift_or_power_function.cpp

* delte reshape_fully_connected

* delete legacy layer_transformation.cpp & fix CMakeLists

* move createParams()
2021-12-07 23:22:58 +03:00
Pavel Esir
b6a5532c27
[IE][nGraph] resolve division by zero for FP16 (#8676)
* initial solution

* changed namespaces from ngraph -> ov; completed unit-tests

* added Power with negative exponent into the pattern

* division to -> division by; aligned with OV new folder structure; some minor corrections

* corrected pattern

* changed get_pattern_value_map -> get_pattern_map
2021-12-07 22:53:12 +03:00
Irina Efode
d55e67736b
[IE TESTS][IE CONFORMANCE] Implement infra to check operation implementation status in plugin (#8606)
* Init

* ini2

* init 3

* s

* Link error

* Init run

* Provide BinaryEltwiseExamples

* Report

* Update merge script

* Remove extra

* Filter + interface

* sssd

* Statistic

* Fix Win

* Update summary.cpp
2021-12-07 22:17:00 +03:00
cecilia peng
d5d85dae90
fix to pass sr_stridedslice_squeeze (#8977)
* 1. add test case to duplicate issue CVS-71981.

2. fix CVS-71981

* code clean.
2021-12-07 20:07:21 +03:00
Mikhail Nosov
20bf5fcc4a
Rename "network" to "model" in preprocessing API (#9054) 2021-12-07 19:26:27 +03:00
Mikhail Nosov
70b5e28979
[OV20] InputTensorInfo::set_shape (#9059)
* InputTensorInfo::set_shape

* Fix clang-format
2021-12-07 19:13:38 +03:00
Vladimir Paramuzov
f0e570b30a
[GPU] Prepare cldnn lib for further merge with plugin (#8932) 2021-12-07 17:40:04 +03:00
Polina Brzezinskaya
a77f92e785
[VPU] Changes logic for MyriadMetrics::DeviceArchitecture
Since all of the supported devices can use the same cache there is no need to change the logic in DeviceArchitecture.
2021-12-07 16:41:39 +03:00
Mikhail Nosov
4abaef6702
[OV20] ov::Function - get/set batch size (#8955)
* Initial version (no tests)

* Added tests

* Fix centos

* Applied review comments

* Renamed 'ov::util::get_batch_size' to 'ov::pass::get_batch'. For set_batch_size update is the same

* Changed to ov::get_batch and ov::set_batch
2021-12-07 16:40:48 +03:00
Mikhail Nosov
92bdddbfc9
Fix for reverse-input-channels - semi-dynamic case (#8936)
In case of partially-dynamic shape, e.g. {?,3,?,?} shape inference
for gathering channels and reverse operations can't infer final shape to {?,3,?,?} and it becomes {?,?,?,?}

Added 'static' version of reverse-channels to preserve output shape for such cases
It can be changed in future if operations will be able to calculate shape on 'validate' phase
2021-12-07 16:39:24 +03:00
Artyom Anokhov
19cda304cf
install_NEO_OCL_driver: Aligned with 2021.4 LTS release - added possibility to install 21.29.20389 (#9062) 2021-12-07 16:22:14 +03:00
Dawid Kożykowski
f8d7df8e28
update gathernd to use opset8 (#9001) 2021-12-07 16:04:09 +03:00
Anastasia Popova
5f91a49c68
Added telemetry event with FAQ question number. (#9024) 2021-12-07 15:58:01 +03:00
Mikhail Nosov
b30adc7abd
Fix build for conflicting PRs (8520 vs 9038) (#9061) 2021-12-07 14:50:56 +03:00
Mikhail Nosov
6ef59ce3e4
[OV2.0] Model Optimizer: mean/scale/reverse_input_channels/layout for new frontends (#8751)
* Preprocessing API - base classes

Includes API definition for trivial mean/scale operations (which don't require layout)

Mean/scale with 'layout' support will be done under separate task together
 with Layout

Current test code coverage: 100%

* Python bindings for base preprocessing API

* remove pre_post_process directory from ngraph/core

* remove files from ngraph/python dir

* move pyngraph pre_post_process files from ngraph/python to runtime

* remove pre_post_process test from CMakeList

* move include to the header

* update include path for pre_post_process

* style fix

* bind InputTensorInfo::set_layout

* cleaned test_preprocess

* fix test expected output

* remove duplicate test

* update description of set_element_type

* fix style

* move preprocess from pyngraph to pyopenvino/graph

* update test_preprocess imports and remove unnecessary test

* remove duplicate import

* update custom method

* update test

* update test

* create decorator that changes Node into Output<Node>

* create function that cast Node to Output<Node>

* update test_preprocess to use decorator for custom function

* change _cast_to_output -> _from_node

* move frontend folder to pyopenvino

* rename includes and add compile options

* include frontend to pyopenvino

* move __init__.py

* move tests

* remove mock from tests_compatibility

* rename import module

* Fix code style cpp

* refactor a few lines

* style fix

* update few lines in mo

* add tests fro scale and mean with vector input

* style fix

* add docstring for custom_preprocess_function

* bind InputInfo network method

* style fix

* Add pyopenvino to dependencies

* bind OutputInfo

* fix description of preprocess submodule

* fix style

* update copyright year

* Fix mock

* update docstring

* bind OutputTensorInfo

* bind OutputNetworkInfo and InputNetworkInfo

* bind ColorFormat and ResizeAlgorithm

* clean imports

* fix typo

* add PostProcessSteps to init

* bind PreProcessSteps

* create additional tests

* Fix mo test

* remove module local

* fix code style

* update comment

* fix return type

* update docs

* fix code style

* change ngraph.Type to ov.Type

* fix typo

* move _from_node to node_output.hpp

* add read_model from buffer

* update imports

* add new line

* remove bad quotes

* update imports

* style fix

* add new line

* rename functin args

* remove Type import

* update tests

* style fix

* test clean

* remove blank line

* update PrePostProcessor init and build methods

* create test with model update tests with new PrePostProcessor init and build

* # Conflicts:
#	inference-engine/ie_bridges/python/src/openvino/offline_transformations/offline_transformations_api.pyx
#	inference-engine/ie_bridges/python/src/openvino/offline_transformations/offline_transformations_api_impl.cpp
#	inference-engine/ie_bridges/python/src/openvino/offline_transformations/offline_transformations_api_impl.hpp
#	inference-engine/ie_bridges/python/src/openvino/offline_transformations/offline_transformations_api_impl_defs.pxd
#	inference-engine/tests/ie_test_utils/common_test_utils/ngraph_test_utils.cpp
#	inference-engine/tests/ie_test_utils/common_test_utils/ngraph_test_utils.hpp
#	model-optimizer/mo/moc_frontend/serialize.py
#	thirdparty/gflags/gflags
#	thirdparty/gtest/gtest

* Stash

* move preprocess module from openvino.impl to openvino

* fix building

* fix code style

* try to move MO to use new api

* Intermediate commit

* try to move MO to use new api

* Test pybind11 custom holder for Preprocessing types (InputInfo and PreProcessingSteps)

* Initial code for source_target layout handling for preprocessing
Initial implementation of reverse input channels

* Use input's tensor names instead of friendly names

* Skeleton for guessing layouts and clearing it after preprocessing

* updated package_BOM.txt

* Use reference_wrapper for preprocess bindings

* Update tests

* Layout::find_permutation - support of dynamic layouts
Covered case for 'trivial convert' where no permutation is needed
It is needed for Model Optimizer for logic which will guess model's layout, like "?c??"

* Stash

* add bindings to I420_SINGLE_PLANE and I420_THREE_PLANES

* remove init from all classes except PrePostProcessor and add RGBX and BGRX to ColorFormat enum

* Guess layout so that existing mean/scale tests passed

* update test name

* Draft to guess layout for 'reverse_input_channels'

* More unit tests (error cases)

* pylint & flake8

* pylint - ignore import error

* Stash

* Moved preprocessing to 'back' folder

* More tests

* Update package_BOM

* Support layout_values with no names
Support layout set for 'outputs'
Tests

* Export more enum names from nrgaph

* Basic --layout parsing

* removed debug prints

* Further updates after rebase

* Update imports

* Removed part from 8829

* Fix imports in test code

* Minor cosmetics

* Don't guess 'C' if layout is already set by model
Expose 'Layout::empty' method

* Style fix

* Apply review comments
Restricted 'heuristics'

C++: Added 'fp16', 'fp64' support to mean/scale

* Applied review comments

* Added some dynamic test cases

* Move call of 'apply_preprocessing' to 'serialize.py'

* Unnecessary change

* Added more comments to code

Co-authored-by: pszmel <piotr.szmelczynski@intel.com>
Co-authored-by: Alexey Lebedev <alexey.lebedev@intel.com>
Co-authored-by: bszmelcz <bartosz.szmelczynski@intel.com>
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Co-authored-by: y <ilya.lavrenov@intel.com>
Co-authored-by: Vafin, Maxim <maxim.vafin@intel.com>
2021-12-07 14:31:55 +03:00
Edward Shogulin
2c71cb4804
[CPU] Dynamism support for experimental detectron: DetectionOutput & GenerateProposalsSingleImage & PriorGridGenerator nodes (#8937) 2021-12-07 13:40:13 +03:00
Alexander Zhogov
b1d3be7eea
Revert "Move back temp frolder to the CMAKE_SOURCE_DIR (#8945)" (#9058)
This reverts commit 2e290a6e72.
2021-12-07 13:27:34 +03:00
Taylor Yeonbok Lee
746e55a330
[GPU] Fix bfyx conv degradation for gen9 (#8911)
* Fix for bfyx conv performance issue.
PR 6399 was for wide palne + shallow featuremap cases.
If the plane is too small so that the increased computation due toe the alignment for block_size is relatively large, performance drops.

* Fix for bfyx conv performance issue. Use subgroup size 16 when output feature size is >= 8 instead of > 8

* Set bfyx convolution subgroup size to be 16 when output_feature size is 8 and the dtype is fp16
2021-12-07 13:10:52 +03:00
Mikhail Letavin
8e67d74932
[GPU] Get rid of input/ouput memcpy on USM host (#9048) 2021-12-07 13:06:31 +03:00
Anton Pankratov
9a5b911856
Variant replaced with Runtime Attribute (#8520) 2021-12-07 13:02:31 +03:00
Gleb Kazantaev
2e290a6e72
Move back temp frolder to the CMAKE_SOURCE_DIR (#8945)
* Move back temp frolder to the CMAKE_SOURCE_DIR

* Remove package type search in MO
2021-12-07 12:38:45 +03:00
Wang, Yang
96570d52f4
Expose the device name according to the user's choice. (#9050)
Signed-off-by: Wang, Yang <yang4.wang@intel.com>
2021-12-07 12:07:33 +03:00
Yuan Hu
696abab4cc
Huyuan/latency (#8811)
* hard code for num request and lantency for cpu

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* modify load count in test

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix HELP and ACTURAL IS ALL CPU issue

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* use max(4, MetricValueFromFirstLoadedDevice)

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* add test case

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix a logic error

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* test draft

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* fix test code issue

gmock will call ostreamer << ov::Any when GetMetric
this will cause core dump
add special gtest Printo function for it

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* change max from 4 to 8

add some comment for test

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* go back to origin code that not need to change

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* update the comment of testconfig

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* try to fix windows compile issue

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* cover the case of CPU_HELP and CPU have the same config

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* add test case for latency and throughput

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* change directory

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>

* change sleep time from 1000ms to 100ms

Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com>
2021-12-07 12:06:05 +03:00
Nikita Malinin
257ba79b82
[POT] Update model compression pass and FQ values precision (#8855)
* Update model compression pass and FQ values precision

* Pylint fixes

* Fix for case with 2 or more destinations

* Update pass.py from suggestion

Co-authored-by: Anton Chetverikov <Anton.Chetverikov@intel.com>

* Update with the const condition

* Update ref

* Revert ref and update data_type for FQ consts

Co-authored-by: Anton Chetverikov <Anton.Chetverikov@intel.com>
2021-12-07 11:47:13 +03:00
Vladislav Golubev
02b1e9cf90
[CPU] Security fixes (#9009) 2021-12-07 10:46:14 +03:00
Yaroslav Torzuk
8ce22396b5
[GPU] ROIAlign-3 (#8991) 2021-12-07 10:10:09 +03:00
Alexandra Sidorova
ad668d6ac6
[CPU] Added MaxPool-8 support (#8788) 2021-12-07 09:44:33 +03:00
Chenhu Wang
9df738ebb8
[CPU] ScatterUpdateNode: security fix on klocwork (#9022) 2021-12-07 09:39:19 +03:00
Maxim Andronov
e68c459321
[CPU] Fix for MoveEltwiseUpThroughDataMov with dynamic shapes (#9036) 2021-12-07 09:31:33 +03:00
Min, Byungil
bba845037a
Resolve assertion of vsr int8 batch32 (#8894)
+ Unexpected removal of reorder in front of narrow output conv

Signed-off-by: Min, Byungil <byungil.min@intel.com>
2021-12-07 11:08:02 +09:00
Jade Cho
7842b636c9
Fix a bug of benchmark_app for binary input filling. (#8960) 2021-12-07 10:05:17 +09:00
Roman Kazantsev
42892767f5
[MO, nGraph, transforms., ref., python] Support DetectionOutput-8 (#8853)
* Implement MO part for DetectionOutput-8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement nGraph part for DetectionOutput-8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement deduction of a number of classes method

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix build

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement nGraph tests to check shape inference for DetectionOutput-8 with deduction of num_classes

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement attributes tests for DetectionOutput-8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Remove DetectionOutput-1 from opset8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Add python bindings for DetectionOutput-8 and tests

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement downgrading and upgrading transformations for DetectionOutput

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Implement tests for downgrading and upgrading transformations for DetectionOutput

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Adopt existing reference for DetectionOutput-8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix DetectionOutput-8 reference

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Add tests for DetectionOutput-8 reference

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Finish resolving merge conflict

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix python bindings after re-structuring

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix BOM package list

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix multibox_detection_test

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix python bindings for DetectionOutput-8

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Insert blank line between summary and description for python binding

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Apply review comments: identation, for loop

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix formatting in python bindings

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix supported_attrs for DetectionOutput from opset1

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Add missed imports for python if_op

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Apply feedback and fix Win build

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Use the same test suite name for test mixture

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix transformation tests

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Recover BWDCMP_RTTI for legacy use and remove unused variables in tests

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Remove unused variables in type_prop tests

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Recover legacy referenceDetectionOutput constructor

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>

* Fix python binding for DetectionOutput

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
2021-12-07 01:17:49 +03:00
Piotr Szmelczynski
b65a14d587
include api changes (#8837)
* include api changes

* include api changes for executable_network

* Create InferVec container

* update infer method

* update infer methods in ie_api

* update runtime to work with dict

* update infer_engine test to work with infer returning dict

* remove inferMap container

* add return type to infer and infer_new_request in ie_api

* add auto to infer loops

* fix typo

* change OrderedDict to dict

* change infer methods return type to dict

* update infer methods to return py::dict

* style fix

* create helper function outputs_to_dict

* remove InferMap and InferVec

* remove unused imports

* add const to outputs

* add get_result method

* add test for get_results

* style fix

* add reference to outputs_to_dict parameters

* remove blank line

* fix style

* change get_results method to result property

* code fix in ie_api

* add f16 and bf16 support to outputs_to_dict function

* update the way of receiving keys from dict

* update the way of key receive in test_core

* add test for reslts attribute for async infer

* remove out of date comment

* add view(int16) to bf16 and f16 in outputs_to_dict() function
2021-12-07 00:51:01 +03:00
Mikhail Nosov
8faa08da12
Fix preserving runtime info for result after post-processing (#9038) 2021-12-07 00:37:13 +03:00
Andrei Molotkov
82ebce390e
[GPU] Created new operation ExperimentalDetectronROIFeatureExtractor (#8912) 2021-12-06 19:01:12 +03:00
Mikhail Ryzhov
2f7572521c
Reverted merge conflict 8944 (#9033) 2021-12-06 17:25:35 +03:00
Vladimir Paramuzov
ca4215957b
[GPU] Minor refactoring (#8854) 2021-12-06 17:10:08 +03:00
Gorokhov Dmitriy
d78b2e8975
[CPU][Tests] Decreased number of test cases for several ops (#8916)
* [CPU][Tests] Decreased number of test cases for Interpolate, Reduce and Pad operations

* [CPU][Tests] Reduced number of DeformableConvolution smoke test cases

* Fixed review comments
2021-12-06 15:33:31 +03:00
Ilya Lavrenov
d27720777c
Network => model (#8971) 2021-12-06 14:20:20 +03:00
Vladimir Gavrilov
578c45b490
Implement MO transformation NearestNeighborUpsampling in nGraph (#8591)
* Added debug print.

* Deleted debug print.

* Written the header file of the transformation NearestNeighborUpsamplingFusion.

* Started to write an implementation of the transformation NearestNeighborUpsamplingFusion.

* Small fix.

* Some additions.

* Written a function that checks one of Concat node of the pattern.

* Code style fix.

* Small fix.

* Small fix.

* Written the function that check concat_2 node of the pattern.

* Written all checks of applicability of the transformation NearestNeighborUpsamplingFusion.

* Written the draft of the nGraph transformation NearestNeighborUpsamplingFusion.

* Some fixes.

* Started to write tests for the nGraph transformation NearestNeighborUpsamplingFusion.

* Small fix.

* Fixes in pattern.

* Fixes in test.

* Small fix.

* Added other test.

* Deleted commented code.

* Small fixes.

* Added comment about the transformation.

* Small fixes.

* Added description of the function get_scales_from_mul_const_shape().

* Small fix.

* Used input_value(0) instead of input_value(0).get_node_shared_ptr() for nodes before shapeof and reshape_1.

* Used pattern_to_output for concat_1 instead of graph traversing.

* Deleted commented code.

* Check reshape_1_node->get_input_partial_shape(0).is_dynamic() was moved into the pattern.

* Added has_static_shape() for mul_const element of the pattern.

* Added comment about the function get_new_spatial_shape_from_concat_2().

* Added the transformation NearestNeighborUpsamplingFusion into MOC transformations pipeline.

* Used type of elements of the pattern root into 'scales'.

* Moved transformation.
2021-12-06 13:37:53 +03:00
Katarzyna Mitrus
a7af80d46b
[Python API] Add opset8 ops: i420toBGR-8, i420toRGB-8, NV12toBGR-8, NV12toRGB-8 (#8987) 2021-12-06 11:26:21 +01:00
Alexey Suhov
fd6035c9f1
Exclude licenses for third party programs required for development from cmake install (#9015) 2021-12-06 13:18:10 +03:00
Mikhail Ryzhov
40691e9cc5
[GNA] Renamed plugin and moved it to new place (#8944)
* Renamed plugin

* Changed plugin source dir

* Fixed tests

* Renamed ENABLE_GNA to ENABLE_INTEL_GNA

* Fixed centos compile error

* One more renaming place

* HF for centos 7

* renamed the name in version api

* Fixed CI configurations

* Disabled GNA plugin for old gcc (<=5.4)

* Fixed Azure Win job
2021-12-06 13:00:35 +03:00