/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/ |
D | conv_activation_fusion.cc | 49 …->GetAttr(ops::kActivationType) != nullptr && act_prim->get_activation_type() != mindspore::RELU && in Process() 70 …auto type = act_prim->get_activation_type() == mindspore::RELU ? mindspore::RELU : mindspore::RELU… in Process()
|
D | conv_tuple_activation_fusion.cc | 56 …(act_prim->get_activation_type() != mindspore::RELU && act_prim->get_activation_type() != mindspor… in Process()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/ |
D | pooling2d.cl | 53 #ifdef RELU 87 #ifdef RELU 119 #ifdef RELU
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/ |
D | ConvDw3x3Fp32Corner.S | 105 cbnz x7, RELU 109 RELU: label
|
D | ConvDw3x3Fp32Vertical.S | 117 cbnz x7, RELU 121 RELU: label
|
D | ConvDw3x3Fp32Horizontal.S | 121 cbnz x7, RELU 125 RELU: label
|
D | ConvDwFp32Indirect5x5.S | 168 cbnz x4, RELU 172 RELU: label
|
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/ |
D | reduce_same_act_pass.cc | 63 if (primitive_c->get_activation_type() != mindspore::RELU) { in Run()
|
/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 | 132 case RELU: in ff_dnn_execute_layer_dense()
|
D | dnn_backend_native_layer_conv2d.c | 165 case RELU: in dnn_execute_layer_conv2d_thread()
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/ |
D | npu_converter_utils.h | 38 RELU = 1, enumerator
|
D | npu_converter_utils.cc | 194 return RELU; in ConverterToNPUActivationMode()
|
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/ |
D | activation_mapper.cc | 35 {mindspore::RELU, std::make_shared<ops::ReLU>()}, in Mapper()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | activation_tests.cc | 35 TEST_F(TestOpenCL_Activation, RELU) { in TEST_F() argument
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_activation_parser.cc | 33 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_activation_parser.cc | 27 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_types.fbs | 63 RELU = 1,
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_util.cc | 31 {tflite::ActivationFunctionType_RELU, mindspore::ActivationType::RELU},
|
D | tflite_activation_parser.cc | 35 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
|
/third_party/mindspore/mindspore/lite/test/config/ |
D | ut_arm64.cfg | 57 TestOpenCL_Activation.RELU
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_activation_parser.cc | 31 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
|
D | onnx_conv_parser.cc | 171 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | unique_info.cc | 133 auto relu = gen_g.PushBack({gen_g.NewOpInst(RELU), sub}); in ComputeReplaceGraph()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_parse_graph.h | 66 {RELU, OperatorType::kRecReLU},
|