Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/
Dms_simd_instructions_fp16.h153 float32x4_t x_fp32 = MS_CVT_F32_F16(x); in MS_VMLAL_F16() local
155 return vmlaq_f32(sum, x_fp32, dy_fp32); in MS_VMLAL_F16()