Add support for custom onnx operators: DetectionOutput, Normalize and… (#2064)
authorMateusz Tabaka <mateusz.tabaka@intel.com>
Thu, 10 Sep 2020 09:27:12 +0000 (11:27 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 09:27:12 +0000 (11:27 +0200)
commit926be8356887567e1f58a7e55bc34a01cc660ed1
treeb22c59c9dedc60c92c4afd1b7d7f4fd220ae7dc8
parent362080b5be23ab0191e50f1d624912cdf8597bc0
Add support for custom onnx operators: DetectionOutput, Normalize and… (#2064)
28 files changed:
ngraph/frontend/onnx_import/include/onnx_import/core/model.hpp
ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/detection_output.hpp [new file with mode: 0644]
ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/fake_quantize.hpp [moved from ngraph/frontend/onnx_import/include/onnx_import/op/fake_quantize.hpp with 100% similarity]
ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/normalize.hpp [new file with mode: 0644]
ngraph/frontend/onnx_import/include/onnx_import/op/org.openvinotoolkit/prior_box.hpp [new file with mode: 0644]
ngraph/frontend/onnx_import/include/onnx_import/ops_bridge.hpp
ngraph/frontend/onnx_import/src/core/graph.cpp
ngraph/frontend/onnx_import/src/core/model.cpp
ngraph/frontend/onnx_import/src/core/node.cpp
ngraph/frontend/onnx_import/src/onnx.cpp
ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/detection_output.cpp [new file with mode: 0644]
ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/fake_quantize.cpp [moved from ngraph/frontend/onnx_import/src/op/fake_quantize.cpp with 96% similarity]
ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/normalize.cpp [new file with mode: 0644]
ngraph/frontend/onnx_import/src/op/org.openvinotoolkit/prior_box.cpp [new file with mode: 0644]
ngraph/frontend/onnx_import/src/ops_bridge.cpp
ngraph/frontend/onnx_import/src/utils/convpool.cpp
ngraph/test/models/onnx/conv2d_dilation_assym_pads_strides.prototxt
ngraph/test/models/onnx/conv3d_bias.prototxt
ngraph/test/models/onnx/detection_output.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/normalize.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/prior_box.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/quantization/fake_quantize_const_inputs.prototxt
ngraph/test/models/onnx/quantization/fake_quantize_nonconst_inputs.prototxt
ngraph/test/onnx/onnx_import.in.cpp
ngraph/test/op_is.cpp
ngraph/test/runtime/interpreter/int_executable.cpp
ngraph/test/runtime/interpreter/int_executable.hpp
ngraph/test/runtime/opset0_tbl.hpp