Searched refs:maxIdx (Results 1 – 4 of 4) sorted by relevance
54 S maxIdx = posc*h*w + hstart*w + wstart; in MaxPoolWithArgmax() local55 T maxData = input[inputStart+maxIdx]; in MaxPoolWithArgmax()61 maxIdx = inputIdx; in MaxPoolWithArgmax()67 index[pos] = maxIdx; in MaxPoolWithArgmax()
159 uint32x4_t maxIdx; in arm_max_f32() local168 maxIdx = vdupq_n_u32(ULONG_MAX); in arm_max_f32()229 countV = vbslq_u32(idxV, countV,maxIdx); in arm_max_f32()
163 uint32x4_t maxIdx; in arm_min_f32() local169 maxIdx = vdupq_n_u32(ULONG_MAX); in arm_min_f32()229 countV = vbslq_u32(idxV, countV,maxIdx); in arm_min_f32()
277 int maxIdx = start; in getPredictLabel() local280 maxIdx = i; in getPredictLabel()284 return maxIdx - start; in getPredictLabel()