Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h551 const int16x4_t input_value_high_16x4 = vget_high_s16(input_value_16x8); in Requantize8x8To32Neon() local
553 const int32x4_t input_value_high_32x4 = vmovl_s16(input_value_high_16x4); in Requantize8x8To32Neon()