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

/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_add_op.cc350 const std::array<int32x4_t, 2> vector_output_value = local
357 vaddq_s32(vector_output_value[0], tensor_output_value[0]);
359 vaddq_s32(vector_output_value[1], tensor_output_value[1]);

Completed in 149 milliseconds