Home
last modified time | relevance | path

Searched refs:six_8 (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dactivation_grad.c50 float16x8_t six_8 = vdupq_n_f16(6); in Relu6Fp16Grad() local
55 float16x8_t min_max_8 = vminq_f16(max_8, six_8); in Relu6Fp16Grad()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dactivation_fp32.c47 MS_FLOAT32X8 six_8 = MS_MOV256_F32(6.0f); in Fp32Relu6() local
50 dst_tmp = MS_MIN256_F32(dst_tmp, six_8); in Fp32Relu6()