Home
last modified time | relevance | path

Searched refs:ActType_No (Results 1 – 25 of 54) sorted by relevance

123

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dconv2d_tests.cc63 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, false, 1e-3f); in TEST_F()
64 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, true, 1e-6f); in TEST_F()
81 TestMain_Conv2D(attr, input_data, weight_data, nullptr, output_data, ActType_No, false, 1e-3f); in TEST_F()
82 TestMain_Conv2D(attr, input_data, weight_data, nullptr, output_data, ActType_No, true, 1e-6f); in TEST_F()
92 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, false, 1e-3f); in TEST_F()
93 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, true, 1e-6f); in TEST_F()
103 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, false, 1e-3f); in TEST_F()
104 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, true, 1e-6f); in TEST_F()
114 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, false, 1e-3f); in TEST_F()
115 TestMain_Conv2D(attr, input_data, weight_data, bias_data, output_data, ActType_No, true, 1e-6f); in TEST_F()
[all …]
Ddepthwise_conv2d_tests.cc58 ActType act_type = ActType_No; in TEST_F()
104 ActType act_type = ActType_No; in TEST_F()
151 ActType act_type = ActType_No; in TEST_F()
195 ActType act_type = ActType_No; in TEST_F()
Dpooling_tests.cc27 ActType act_type = ActType_No) { in CreateParameter()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Ddeconvolution_fp32_tests.cc110 PostConvFuncFp32C8(in, out, bias, 1, 8, 1, ActType_No); in TEST_F()
136 PostConvFuncFp32C8(in, out, bias, 1, 8, 2, ActType_No); in TEST_F()
163 PostConvFuncFp32C8(in, out, bias, 3, 8, 3, ActType_No); in TEST_F()
207 PostConvFuncFp32C8(in, out, bias, 5, 8, 5, ActType_No); in TEST_F()
233 PostConvFuncFp32C8(in, out, bias, 3, 4, 6, ActType_No); in TEST_F()
239 PostConvFuncFp32C8(in, out, bias, 6, 4, 6, ActType_No); in TEST_F()
255 PostConvFuncFp32C8(in, out, bias, 7, 4, 7, ActType_No); in TEST_F()
271 PostConvFuncFp32C8(in, out, bias, 16, 2, 16, ActType_No); in TEST_F()
295 PostConvFuncFp32C8(in, out, bias, 16, 4, 16, ActType_No); in TEST_F()
319 PostConvFuncFp32C8(in, out, bias, 8, 8, 8, ActType_No); in TEST_F()
Dfullconnection_fp32_tests.cc70 matmal_param->act_type_ = ActType_No; in FcTestInit1()
141 matmal_param->act_type_ = ActType_No; in FcTestInit2()
204 matmal_param->act_type_ = ActType_No; in FcTestInit3()
Dl2norm_fp32_test.cc90 ActType act_type = ActType_No; in TEST_F()
132 ActType act_type = ActType_No; in TEST_F()
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Ddeconvolution_fp32_wrapper.c41 …tmp_buffer, NULL, ActType_No, matmul_param->deep_, matmul_param->row_4_, oc * C8NUM * kernel_plane, in DoDeconvFp32()
46 …tmp_buffer, NULL, ActType_No, matmul_param->deep_, matmul_param->row_12_, oc * C8NUM * kernel_plan… in DoDeconvFp32()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dattention_fp32.c336 …MatMulOpt(cur_q, cur_wq, cur_q2wq, bq_mat->packed_data_, ActType_No, q_mat->col_, q_mat->row_, wq_… in QWithPosition()
400 …MatMulOpt(cur_k, cur_wk, cur_k2wk, bk_mat->packed_data_, ActType_No, k_mat->col_, k_mat->row_, wk_… in KMulWeightK()
431 …MatMulOpt(cur_v, cur_wv, cur_v2wv, bv_mat->packed_data_, ActType_No, v_mat->col_, v_mat->row_, wv_… in VMulWeightV()
463 …MatMulOpt(cur_p, cur_wp, cur_p2wp, NULL, ActType_No, p_mat->col_, p_mat->row_, wp_mat->col_, wp_ma… in PMulWeightP()
498ActType_No, q2wq_with_pu_trans_mat->col_, logits_with_u_mat->row_, logits_with_u_mat->col_, in CalculateLogits()
503ActType_No, q2wq_with_pv_trans_mat->col_, logits_with_v_mat->row_, logits_with_v_mat->col_, in CalculateLogits()
538 …MatMulOpt(cur_logits, cur_v2wv, cur_logits2v, NULL, ActType_No, softmax_mat->col_, softmax_mat->ro… in RelPosAttention()
565 …MatMulOpt(cur_concat_out, cur_wo, cur_output, bo_mat->packed_data_, ActType_No, logits2v_trans_mat… in RelPosAttention()
Dgru_fp32.c24 MatVecMulFp32(a, b, c, bias, ActType_No, deep, col); in GruMatMul()
26 MatMulOpt(a, b, c, bias, ActType_No, deep, row, col, col, OutType_Nhwc); in GruMatMul()
102 MatMulOpt(packed_input, weight_loop, gate_loop, bias_loop, ActType_No, gru_param->input_size_, in GruUnidirectional()
Dlstm_fp32.c75 MatVecMulAvxFp32(a, b, packed_ptr, bias, ActType_No, deep, col, col_align); in LstmMatMul()
80 MatVecMulFp32(a, b, c, bias, ActType_No, deep, col); in LstmMatMul()
83 MatMulOpt(a, b, c, bias, ActType_No, deep, row, col, col, OutType_Nhwc); in LstmMatMul()
240 MatMulOpt(packed_input, weight_loop, gate_loop, bias_loop, ActType_No, lstm_param->input_size_, in LstmUnidirectional()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dl2_norm_int8_tests.cc51 param_.act_type_ = ActType_No; in TEST_F()
98 param_.act_type_ = ActType_No; in TEST_F()
Dconv_1x1_int8_tests.cc114 conv_param->act_type_ = ActType_No; in Conv1x1Int8TestInit1_perchannel()
183 conv_param->act_type_ = ActType_No; in Conv1x1Int8TestInit1()
260 conv_param->act_type_ = ActType_No; in Conv1x1Int8TestInit2()
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/
Ddeconvolution_grad_fp32_tests.cc62 conv_param->act_type_ = ActType_No; in TEST_F()
170 conv_param->act_type_ = ActType_No; in TEST_F()
272 conv_param->act_type_ = ActType_No; in TEST_F()
379 conv_param->act_type_ = ActType_No; in TEST_F()
486 conv_param->act_type_ = ActType_No; in TEST_F()
593 conv_param->act_type_ = ActType_No; in TEST_F()
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/
Dmatmul_populate_v0.cc40 matmul_param->act_type_ = ActType_No; in PopulateMatMulParameter()
Dfull_connection_populate_v0.cc47 matmul_param->act_type_ = ActType_No; in PopulateFullconnectionParameter()
Dl2_norm_populate_v0.cc66 l2_norm_parameter->act_type_ = ActType_No; in PopulateL2NormParameter()
Ddeconv2d_populate_v0.cc61 conv_param->act_type_ = ActType_No; in PopulateDeconvParameter()
Ddedepthwise_conv2d_populate_v0.cc60 conv_param->act_type_ = ActType_No; in PopulateDeconvDwParameter()
Ddepthwise_conv2d_populate_v0.cc75 conv_param->act_type_ = ActType_No; in PopulateConvDwParameter()
Dconv2d_populate_v0.cc77 conv_param->act_type_ = ActType_No; in PopulateConvParameter()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dpooling2d.cc49 if (parameter_->act_type_ != ActType_No && parameter_->act_type_ != ActType_Relu) { in CheckSpecs()
71 case ActType_No: in BuildKernel()
/third_party/mindspore/mindspore/lite/src/ops/populate/
Dfull_connection_populate.cc47 param->act_type_ = ActType_No; in PopulateFullconnectionParameter()
Dl2_norm_populate.cc65 param->act_type_ = ActType_No; in PopulateL2NormParameter()
Dadder_populate.cc77 param->act_type_ = ActType_No; in PopulateAdderParameter()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_fusion.cc368 if (param->act_type_ == ActType_No) { in TryMergeXxxActivation()
419 if (param->group_ == 1 && param->act_type_ == ActType_No) { in TryMergeConvPReLU()
506 if (deconv_param->act_type_ == ActType_No) { in TryMergeDeconvScale()
513 if (deconv_param->act_type_ != ActType_No) { in TryMergeDeconvScale()
526 if (deconv_param->act_type_ == ActType_No) { in TryMergeDeconvScale()

123