Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc69 const uint8x8_t v_low = vget_low_u8(v); in ColMeanAndVariance() local
72 const uint16x8_t v_low_u16 = vmovl_u8(v_low); in ColMeanAndVariance()
166 const uint16x8_t v_low = vmovl_u8(vget_low_u8(v)); in MinAndMax() local
171 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_low))), in MinAndMax()
172 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_low)))}; in MinAndMax()
222 const uint16x8_t v_low = vmovl_u8(vget_low_u8(v)); in InstanceNorm() local
227 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_low))), in InstanceNorm()
228 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_low)))}; in InstanceNorm()
/external/ruy/ruy/
Dkernel_x86.h459 const __m128i v_low = mm256_extracti128_si256<path>(v, 0);
464 mm_storeu_si32<path>(dst, v_low);
467 _mm_storeu_si64(dst, v_low);
470 __m128i trailing_packed = v_low;
476 _mm_storeu_si128(reinterpret_cast<__m128i*>(dst), v_low);
479 _mm_storeu_si128(reinterpret_cast<__m128i*>(dst), v_low);
483 _mm_storeu_si128(reinterpret_cast<__m128i*>(dst), v_low);
487 _mm_storeu_si128(reinterpret_cast<__m128i*>(dst), v_low);