Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c466 float16x8_t weight_8 = vld1q_f16(weight_kw); in DepthwiseBorderPixelFp16() local
468 dst_8 = vfmaq_f16(dst_8, src_8, weight_8); in DepthwiseBorderPixelFp16()
540 float16x8_t weight_8 = vld1q_f16(weight_kw); in DepthwiseCenterFp16() local
542 dst_8 = vfmaq_f16(dst_8, src_8, weight_8); in DepthwiseCenterFp16()
631 float16x8_t weight_8 = vld1q_f16(weight_kw); in DeconvDepthwiseBorderPixelFp16() local
633 dst_8 = vfmaq_f16(dst_8, src_8, weight_8); in DeconvDepthwiseBorderPixelFp16()
695 float16x8_t weight_8 = vld1q_f16(weight_kw); in DeconvDepthwiseCenterFp16() local
697 dst_8 = vfmaq_f16(dst_8, src_8, weight_8); in DeconvDepthwiseCenterFp16()
/third_party/ffmpeg/libavcodec/arm/
Dh264dsp_neon.S474 .macro weight_8 add macro
/third_party/ffmpeg/libavcodec/aarch64/
Dh264dsp_neon.S752 .macro weight_8 add macro