Add hsigmoid op to ngraph (#2647)
authoriliya mironov <iliya.mironov@intel.com>
Thu, 15 Oct 2020 04:41:46 +0000 (07:41 +0300)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 04:41:46 +0000 (07:41 +0300)
commita8c77add832a082c7e909a637818be75fdd30272
tree3ea7f1792baca5ba5ed2c87203d5e9597f88299f
parentd1e4ef392cc26603b756dda812d284bbc7b04750
Add hsigmoid op to ngraph (#2647)
ngraph/core/include/ngraph/op/hsigmoid.hpp [new file with mode: 0644]
ngraph/core/include/ngraph/ops.hpp
ngraph/core/include/ngraph/opsets/opset5_tbl.hpp
ngraph/core/reference/include/ngraph/runtime/reference/hsigmoid.hpp [new file with mode: 0644]
ngraph/core/src/op/hsigmoid.cpp [new file with mode: 0644]
ngraph/test/CMakeLists.txt
ngraph/test/op_eval/hsigmoid.cpp [new file with mode: 0644]