[IE CLDNN] Added HSigmoid operation (#2700)
authorRoman Lyamin <Roman.Lyamin@intel.com>
Sun, 18 Oct 2020 17:47:22 +0000 (20:47 +0300)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 17:47:22 +0000 (20:47 +0300)
commitcc569d2254044f5c37414ea53a6b1f6843ebd01b
treee2108a9fa701c0658df542ad0a038627f057914b
parentcc2bfcf1d7b7d28fc8d1f867ce91b659edba643c
[IE CLDNN] Added HSigmoid operation (#2700)
12 files changed:
inference-engine/src/cldnn_engine/cldnn_program.cpp
inference-engine/src/cldnn_engine/cldnn_program.h
inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/activation.cpp
inference-engine/tests/functional/plugin/shared/include/single_layer_tests/activation.hpp
inference-engine/tests/ngraph_functions/include/ngraph_functions/utils/ngraph_helpers.hpp
inference-engine/tests/ngraph_functions/src/activation.cpp
inference-engine/thirdparty/clDNN/api/activation.hpp
inference-engine/thirdparty/clDNN/kernel_selector/common/common_types.h
inference-engine/thirdparty/clDNN/kernel_selector/core/common/jitter.cpp
inference-engine/thirdparty/clDNN/kernel_selector/core/kernel_selector_common.cpp
inference-engine/thirdparty/clDNN/src/kernel_selector_helper.cpp
inference-engine/thirdparty/clDNN/tests/test_cases/activation_simple_gpu_test.cpp