Searched defs:v_low (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_instance_norm.cc69 const uint8x8_t v_low = vget_low_u8(v); local
72 const uint16x8_t v_low_u16 = vmovl_u8(v_low);
166 const uint16x8_t v_low = vmovl_u8(vget_low_u8(v)); local
171 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_low))),
172 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_low)))};
222 const uint16x8_t v_low = vmovl_u8(vget_low_u8(v)); local
227 vcvtq_f32_u32(vmovl_u16(vget_high_u16(v_low))),
228 vcvtq_f32_u32(vmovl_u16(vget_low_u16(v_low)))};

Completed in 137 milliseconds