Searched refs:LEAKY_RELU (Results 1 – 16 of 16) sorted by relevance
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/ |
D | activation_mapper.cc | 39 {mindspore::LEAKY_RELU, std::make_shared<ops::LeakyRelu>()}}; in Mapper()
|
/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 | 143 case LEAKY_RELU: in ff_dnn_execute_layer_dense()
|
D | dnn_backend_native_layer_conv2d.c | 176 case LEAKY_RELU: in dnn_execute_layer_conv2d_thread()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_activation_parser.cc | 45 prim->set_activation_type(mindspore::ActivationType::LEAKY_RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_activation_parser.cc | 32 prim->set_activation_type(mindspore::ActivationType::LEAKY_RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_types.fbs | 67 LEAKY_RELU = 5,
|
D | ops_v0.fbs | 69 LEAKY_RELU = 5,
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_activation_parser.cc | 46 prim->set_activation_type(mindspore::ActivationType::LEAKY_RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_activation_parser.cc | 61 prim->set_activation_type(mindspore::ActivationType::LEAKY_RELU); in Parse()
|
D | schema.fbs | 323 LEAKY_RELU = 98,
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 60 LEAKY_RELU = 5, enumerator
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | transpose_strategy.cc | 414 if (prim_act->get_activation_type() == mindspore::ActivationType::LEAKY_RELU) { in CanFusionIfInsert()
|
/third_party/mindspore/mindspore/lite/tools/converter/import/ |
D | primitive_adjust.cc | 152 … {ops::kNameLeakyRelu, mindspore::LEAKY_RELU},
|
/third_party/mindspore/third_party/proto/tensorflow/lite/ |
D | schema.fbs | 323 LEAKY_RELU = 98,
|
D | schema_2.4.1.fbs | 325 LEAKY_RELU = 98,
|