Home
last modified time | relevance | path

Searched defs:is_relu (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dl2_norm_fp32.c32 bool is_relu = param->act_type_ == ActType_Relu; in ThreadDivSqrtSum() local
53 bool is_relu = param->act_type_ == ActType_Relu; in ThreadTrailingAxis() local
Dconv_depthwise_fp32.c180 … int in_kh_step, int in_kw_step, int kernel_w_step, bool is_relu, bool is_relu6) { in ConvDwBorderPixel()
264 int in_kh_step, int in_kw_step, bool is_relu, bool is_relu6) { in ConvDwCenter()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.c77 void CalculateActivationRangeQuantized(bool is_relu, bool is_relu6, int32_t zp, float scale, int *m… in CalculateActivationRangeQuantized()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c454 … int height, int width, int in_kh_step, int in_kw_step, int kernel_w_step, bool is_relu, in DepthwiseBorderPixelFp16()
522 … int in_sh_step, int in_sw_step, int in_kh_step, int in_kw_step, bool is_relu, bool is_relu6) { in DepthwiseCenterFp16()