/third_party/ffmpeg/tests/dnn/ |
D | dnn-layer-conv2d-test.c | 103 params.activation = TANH; in test_with_same_dilate() 207 params.activation = TANH; in test_with_valid()
|
D | dnn-layer-dense-test.c | 95 params.activation = TANH; in test()
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native.h | 54 typedef enum {RELU, TANH, SIGMOID, NONE, LEAKY_RELU} DNNActivationFunc; enumerator
|
D | dnn_backend_native_layer_dense.c | 135 case TANH: in ff_dnn_execute_layer_dense()
|
D | dnn_backend_native_layer_conv2d.c | 168 case TANH: in dnn_execute_layer_conv2d_thread()
|
D | dnn_backend_tf.c | 420 case TANH: in add_conv_layer()
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/ |
D | npu_converter_utils.h | 39 TANH = 2, enumerator
|
D | npu_converter_utils.cc | 196 return TANH; in ConverterToNPUActivationMode()
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/ |
D | activation_mapper.cc | 38 {mindspore::TANH, std::make_shared<ops::Tanh>()}, in Mapper()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_activation_parser.cc | 39 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_activation_parser.cc | 59 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_types.fbs | 72 TANH = 10,
|
D | ops_v0.fbs | 74 TANH = 10,
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_util.cc | 33 {tflite::ActivationFunctionType_TANH, mindspore::ActivationType::TANH},
|
D | tflite_activation_parser.cc | 91 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
|
D | schema.fbs | 249 TANH = 28, 467 TANH = 4,
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | tf_gelu_fusion.cc | 43 GetValue<int64_t>(act_prim->GetAttr(ops::kActivationType)) == mindspore::TANH; in CheckTanh()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_activation_parser.cc | 125 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 73 {TANH, OperatorType::kRecReLU},
|
/third_party/mindspore/mindspore/lite/tools/converter/import/ |
D | primitive_adjust.cc | 156 … {ops::kNameTanh, mindspore::TANH}, 166 … {kNameTanhGrad, mindspore::TANH}};
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 65 TANH = 10, enumerator
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 255 constexpr char TANH[] = "Tanh"; variable
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | step_auto_parallel.cc | 134 static const std::set<std::string> elementwise_op = {ACTIVATION, GELU, TANH, in IsElementWiseOperator() 162 …{MATMUL, TRANSPOSE, GELU, TANH, SOFTMAX, SUB, MUL, DIV, RESHAPE, GREATER, LOG_SOFTMAX, ACTIVATION,… in IsSplittableOperator()
|
/third_party/mindspore/third_party/proto/tensorflow/lite/ |
D | schema.fbs | 249 TANH = 28, 467 TANH = 4,
|
D | schema_2.4.1.fbs | 252 TANH = 28, 472 TANH = 4,
|