Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_instance_norm.cc68 const uint8x8_t v_high = vget_high_u8(v); in ColMeanAndVariance() local
71 const uint16x8_t v_high_u16 = vmovl_u8(v_high); in ColMeanAndVariance()
165 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); in MinAndMax() local
169 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))), in MinAndMax()
170 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))), in MinAndMax()
221 const uint16x8_t v_high = vmovl_u8(vget_high_u8(v)); in InstanceNorm() local
225 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_high))), in InstanceNorm()
226 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_high))), in InstanceNorm()