Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DDepthwiseFp32_Sse.c102 __m128 const_ma = _mm_set_ps(6.0f, 6.0f, 6.0f, 6.0f); in ConvDwFp32Border() local
103 dst_ma = _mm_min_ps(const_ma, dst_ma); in ConvDwFp32Border()