Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h811 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAddUsingEigen() local
832 DEQUANTIZE_WITH_EIGEN(smaller_input_flat, smaller_input_q2f); in QuantizedAddUsingEigen()
857 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAdd() local
887 const T2 smaller_input_value = smaller_input_flat(c); in QuantizedAdd()