Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h815 float input_max, const Tensor& smaller_input, in QuantizedAddUsingEigen() argument
820 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAddUsingEigen()
833 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAddUsingEigen()
862 float input_min, float input_max, const Tensor& smaller_input, in QuantizedAdd() argument
866 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAdd()
879 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAdd()