Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/
DNEMinMaxLocationKernel.cpp224 const int16x8_t tmp_max1 = vmaxq_s16(pixels.val[0], pixels.val[1]); in minmax_S16() local
283 const float32x4_t tmp_max1 = vmaxq_f32(pixels.val[0], pixels.val[1]); in minmax_F32() local
DNEMinMaxLayerKernel.cpp159 const float32x4_t tmp_max1 = vmaxq_f32(pixels.val[0], pixels.val[1]); in run() local