Home
last modified time | relevance | path

Searched defs:tmp_min2 (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEMinMaxLocationKernel.cpp225 const int16x4_t tmp_min2 = vmin_s16(vget_high_s16(tmp_min1), vget_low_s16(tmp_min1)); in minmax_S16() local
284 … const float32x2_t tmp_min2 = vmin_f32(vget_high_f32(tmp_min1), vget_low_f32(tmp_min1)); in minmax_F32() local
DNEMinMaxLayerKernel.cpp160 … const float32x2_t tmp_min2 = vmin_f32(vget_high_f32(tmp_min1), vget_low_f32(tmp_min1)); in run() local