Add support for custom ONNX GroupNorm operator (#2267)
authorMateusz Tabaka <mateusz.tabaka@intel.com>
Wed, 30 Sep 2020 14:17:15 +0000 (16:17 +0200)
committerGitHub <noreply@github.com>
Wed, 30 Sep 2020 14:17:15 +0000 (16:17 +0200)
commitfd80873fcabad6e2eaf9540aa8c6676e6e09e962
treec6d04d13abe4a5106ecc5837e36fde119e638862
parentf858b0c46ff332bd1f937c6db63aa08c428379aa
Add support for custom ONNX GroupNorm operator (#2267)
ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/group_norm.hpp [new file with mode: 0644]
ngraph/frontend/onnx_import/include/onnx_import/utils/reshape.hpp
ngraph/frontend/onnx_import/src/onnx.cpp
ngraph/frontend/onnx_import/src/op/conv.cpp
ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/group_norm.cpp [new file with mode: 0644]
ngraph/frontend/onnx_import/src/ops_bridge.cpp
ngraph/frontend/onnx_import/src/utils/reshape.cpp
ngraph/test/models/onnx/group_norm.prototxt [new file with mode: 0644]
ngraph/test/onnx/onnx_import.in.cpp