Home
last modified time | relevance | path

Searched refs:RELU (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dconv_activation_fusion.cc49 …->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()
Dconv_tuple_activation_fusion.cc56 …(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/
Dpooling2d.cl53 #ifdef RELU
87 #ifdef RELU
119 #ifdef RELU
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/arm64/
DConvDw3x3Fp32Corner.S105 cbnz x7, RELU
109 RELU: label
DConvDw3x3Fp32Vertical.S117 cbnz x7, RELU
121 RELU: label
DConvDw3x3Fp32Horizontal.S121 cbnz x7, RELU
125 RELU: label
DConvDwFp32Indirect5x5.S168 cbnz x4, RELU
172 RELU: label
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dreduce_same_act_pass.cc63 if (primitive_c->get_activation_type() != mindspore::RELU) { in Run()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.h54 typedef enum {RELU, TANH, SIGMOID, NONE, LEAKY_RELU} DNNActivationFunc; enumerator
Ddnn_backend_native_layer_dense.c132 case RELU: in ff_dnn_execute_layer_dense()
Ddnn_backend_native_layer_conv2d.c165 case RELU: in dnn_execute_layer_conv2d_thread()
/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_converter_utils.h38 RELU = 1, enumerator
Dnpu_converter_utils.cc194 return RELU; in ConverterToNPUActivationMode()
/third_party/mindspore/mindspore/lite/tools/converter/acl/mapper/
Dactivation_mapper.cc35 {mindspore::RELU, std::make_shared<ops::ReLU>()}, in Mapper()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dactivation_tests.cc35 TEST_F(TestOpenCL_Activation, RELU) { in TEST_F() argument
/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_activation_parser.cc33 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_activation_parser.cc27 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs63 RELU = 1,
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_util.cc31 {tflite::ActivationFunctionType_RELU, mindspore::ActivationType::RELU},
Dtflite_activation_parser.cc35 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
/third_party/mindspore/mindspore/lite/test/config/
Dut_arm64.cfg57 TestOpenCL_Activation.RELU
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_activation_parser.cc31 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
Donnx_conv_parser.cc171 prim->set_activation_type(mindspore::ActivationType::RELU); in Parse()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dunique_info.cc133 auto relu = gen_g.PushBack({gen_g.NewOpInst(RELU), sub}); in ComputeReplaceGraph()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/
Drec_parse_graph.h66 {RELU, OperatorType::kRecReLU},

12