Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/
Dms_simd_instructions_fp16.h78 #define MS_CVT_F32_F16(src) ms_vcvt_f32_f16(src) macro
86 #define MS_CVT_F32_F16(src) vcvt_f32_f16(src) macro
112 float32x4_t src_low = MS_CVT_F32_F16(vget_low_f16(src)); in MS_TANHX8_F16()
113 float32x4_t src_high = MS_CVT_F32_F16(vget_high_f16(src)); in MS_TANHX8_F16()
153 float32x4_t x_fp32 = MS_CVT_F32_F16(x); in MS_VMLAL_F16()
154 float32x4_t dy_fp32 = MS_CVT_F32_F16(dy); in MS_VMLAL_F16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dexp_fp16.h32 float32x4_t input_low = MS_CVT_F32_F16(vget_low_f16(input)); in VexpFp16()
33 float32x4_t input_high = MS_CVT_F32_F16(vget_high_f16(input)); in VexpFp16()