Use LogSoftmax-5 in the onnx_importer (#2602)
authorTomasz Dołbniak <tomasz.dolbniak@intel.com>
Wed, 21 Oct 2020 08:50:16 +0000 (10:50 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 08:50:16 +0000 (10:50 +0200)
commit3688ff4c51b8068364140d94628cd8eaf7b00dca
tree876a810bde5126245a77b212df19d9f58942df37
parent8a1653b0d12783ef1e382e878e891c98b9e3f7d6
Use LogSoftmax-5 in the onnx_importer (#2602)
13 files changed:
ngraph/frontend/onnx_import/include/onnx_import/op/log_softmax.hpp
ngraph/frontend/onnx_import/src/op/log_softmax.cpp
ngraph/frontend/onnx_import/src/ops_bridge.cpp
ngraph/python/tests/__init__.py
ngraph/python/tests/test_onnx/test_backend.py
ngraph/python/tests/test_onnx/test_ops_unary.py
ngraph/test/models/onnx/logsoftmax13_1D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/logsoftmax13_2D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/logsoftmax_0D.prototxt [new file with mode: 0644]
ngraph/test/models/onnx/logsoftmax_1D.prototxt [new file with mode: 0644]
ngraph/test/onnx/onnx_import.in.cpp
ngraph/test/runtime/ie/unit_test.manifest
ngraph/test/runtime/interpreter/unit_test.manifest