[ONNX] Add type conversion for Pow op inputs (#2589)
authorMateusz Tabaka <mateusz.tabaka@intel.com>
Tue, 20 Oct 2020 09:19:03 +0000 (11:19 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 09:19:03 +0000 (11:19 +0200)
commit8002b16eb2f0188a8fdc9be57157680a8b6b4c4f
tree29f91706e9f80f62a434d053b82b6e1a09a71445
parentc2394508c158e46b9d2bff61eda5f94d0e4178d9
[ONNX] Add type conversion for Pow op inputs (#2589)

Co-authored-by: mitruska <katarzyna.mitrus@intel.com>
ngraph/frontend/onnx_import/include/onnx_import/op/pow.hpp
ngraph/frontend/onnx_import/src/op/pow.cpp [new file with mode: 0644]
ngraph/python/tests/__init__.py
ngraph/python/tests/test_onnx/test_backend.py
ngraph/test/models/onnx/pow_float32_float32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/pow_float32_int32.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/pow_int32_float32.prototxt [new file with mode: 0644]
ngraph/test/onnx/onnx_import.in.cpp