Add LogSoftmax-5 to ngraph (#2645)
authorMaxim Vafin <maxim.vafin@intel.com>
Wed, 14 Oct 2020 05:08:27 +0000 (08:08 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 05:08:27 +0000 (08:08 +0300)
commitcf09752a29316fc298ea98485227a910c8ddb804
tree56204fade6f66a2ad94b7fc58d4378b6cb3f868a
parent93c2d6db412ef951172fe7f9563fd271a73297af
Add LogSoftmax-5 to ngraph (#2645)
14 files changed:
inference-engine/src/readers/ir_reader/ie_ir_parser.cpp
inference-engine/tests/functional/inference_engine/ngraph_reader/log_softmax_tests.cpp [new file with mode: 0644]
ngraph/core/include/ngraph/op/log_softmax.hpp [new file with mode: 0644]
ngraph/core/include/ngraph/ops.hpp
ngraph/core/include/ngraph/opsets/opset5_tbl.hpp
ngraph/core/src/op/log_softmax.cpp [new file with mode: 0644]
ngraph/python/setup.py
ngraph/python/src/ngraph/__init__.py
ngraph/python/src/ngraph/opset5/__init__.py [new file with mode: 0644]
ngraph/python/src/ngraph/opset5/ops.py [new file with mode: 0644]
ngraph/python/src/ngraph/utils/node_factory.py
ngraph/python/src/pyngraph/node_factory.cpp
ngraph/python/tests/test_ngraph/test_log_softmax.py [new file with mode: 0644]
ngraph/test/type_prop/log_softmax.cpp [new file with mode: 0644]