Searched refs:v_high_u16 (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_instance_norm.cc71 const uint16x8_t v_high_u16 = vmovl_u8(v_high); local
74 const uint16x4_t v_high_high = vget_high_u16(v_high_u16);
75 const uint16x4_t v_high_low = vget_low_u16(v_high_u16);

Completed in 163 milliseconds