Home
last modified time | relevance | path

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

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