Extend nGraph for operation CTCLoss (#1236)
authorRoman Kazantsev <roman.kazantsev@intel.com>
Wed, 22 Jul 2020 10:45:42 +0000 (13:45 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 10:45:42 +0000 (13:45 +0300)
commit6ccc025a43b9131c4c3a04703110cc517fdef7bf
tree55578148558676cf282e52af9c9ca042e81e99ab
parent141b24cf4493b5f84ecea138208e868eac3b8f35
Extend nGraph for operation CTCLoss (#1236)

* Extend nGraph for operation CTCLoss

Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com>
* Fixes as per comments

Co-authored-by: Nikolay Shchegolev <nikolay.shchegolev@intel.com>
ngraph/src/ngraph/CMakeLists.txt
ngraph/src/ngraph/op/ctc_loss.cpp [new file with mode: 0644]
ngraph/src/ngraph/op/ctc_loss.hpp [new file with mode: 0644]
ngraph/src/ngraph/ops.hpp
ngraph/src/ngraph/opsets/opset4_tbl.hpp
ngraph/test/CMakeLists.txt
ngraph/test/type_prop/ctc_loss.cpp [new file with mode: 0644]