Home
last modified time | relevance | path

Searched refs:TANH (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ffmpeg/tests/dnn/
Ddnn-layer-conv2d-test.c103 params.activation = TANH; in test_with_same_dilate()
207 params.activation = TANH; in test_with_valid()
Ddnn-layer-dense-test.c95 params.activation = TANH; in test()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.h54 typedef enum {RELU, TANH, SIGMOID, NONE, LEAKY_RELU} DNNActivationFunc; enumerator
Ddnn_backend_native_layer_dense.c135 case TANH: in ff_dnn_execute_layer_dense()
Ddnn_backend_native_layer_conv2d.c168 case TANH: in dnn_execute_layer_conv2d_thread()
Ddnn_backend_tf.c420 case TANH: in add_conv_layer()
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_converter_utils.h39 TANH = 2, enumerator
Dnpu_converter_utils.cc196 return TANH; in ConverterToNPUActivationMode()
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dactivation_mapper.cc38 {mindspore::TANH, std::make_shared<ops::Tanh>()}, in Mapper()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_activation_parser.cc39 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_activation_parser.cc59 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs72 TANH = 10,
Dops_v0.fbs74 TANH = 10,
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_util.cc33 {tflite::ActivationFunctionType_TANH, mindspore::ActivationType::TANH},
Dtflite_activation_parser.cc91 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
Dschema.fbs249 TANH = 28,
467 TANH = 4,
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtf_gelu_fusion.cc43 GetValue<int64_t>(act_prim->GetAttr(ops::kActivationType)) == mindspore::TANH; in CheckTanh()
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_activation_parser.cc125 prim->set_activation_type(mindspore::ActivationType::TANH); in Parse()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h73 {TANH, OperatorType::kRecReLU},
/third_party/mindspore/mindspore/lite/tools/converter/import/
Dprimitive_adjust.cc156 … {ops::kNameTanh, mindspore::TANH},
166 … {kNameTanhGrad, mindspore::TANH}};
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h65 TANH = 10, enumerator
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h255 constexpr char TANH[] = "Tanh"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc134 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/
Dschema.fbs249 TANH = 28,
467 TANH = 4,
Dschema_2.4.1.fbs252 TANH = 28,
472 TANH = 4,

12