Added new version of BatchNormInference (#2728)
authorIlya Churaev <ilya.churaev@intel.com>
Thu, 22 Oct 2020 10:21:23 +0000 (13:21 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 10:21:23 +0000 (13:21 +0300)
commit1594489a2f82cdf737fd72d26ff4c6944c37449e
tree543056ff5a7cdb5a9fb8fe9d4f77429aec86bb9d
parent4519097e47e8ec8c32eeb022d07329f34d4cba27
Added new version of BatchNormInference (#2728)

* Added new version of BatchNormInference

* Fixed code style

* Fixed batch norm inference v5

* Added opset4 and opset5 to IE backend

* Fixed functional test

* Fixed cpuFunc tests

* Fixed transformation order

* Try to fix validation

* Revert some changes

* Updated python API and added tests

* Fixed code style

* Fixed python code style

* Disabled test
23 files changed:
docs/doxygen/ie_docs.xml
docs/ops/normalization/BatchNormInference_5.md [new file with mode: 0644]
docs/ops/opset5.md
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
inference-engine/src/legacy_api/src/ie_cnn_layer_builder_ngraph.cpp
inference-engine/src/readers/ir_reader/ie_ir_parser.cpp
inference-engine/src/transformations/include/transformations/op_conversions/batch_norm_decomposition.hpp
inference-engine/src/transformations/src/transformations/common_optimizations/common_optimizations.cpp
inference-engine/src/transformations/src/transformations/op_conversions/batch_norm_decomposition.cpp
inference-engine/tests/functional/inference_engine/ngraph_reader/batch_norm_inference_tests.cpp
inference-engine/tests/ngraph_functions/src/batch_norm.cpp
ngraph/core/include/ngraph/op/batch_norm.hpp
ngraph/core/include/ngraph/opsets/opset5_tbl.hpp
ngraph/core/src/op/batch_norm.cpp
ngraph/python/src/ngraph/opset5/__init__.py
ngraph/python/src/ngraph/opset5/ops.py
ngraph/test/backend/batch_norm.in.cpp
ngraph/test/op_is.cpp
ngraph/test/runtime/ie/unit_test.manifest
ngraph/test/runtime/interpreter/int_executable.hpp
ngraph/test/runtime/interpreter/opset_int_tbl.hpp
ngraph/test/runtime/opset0_tbl.hpp
ngraph/test/type_prop/batch_norm.cpp