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.h806 float input_max, const Tensor& smaller_input, in QuantizedAddUsingEigen() argument
811 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAddUsingEigen()
824 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAddUsingEigen()
853 float input_min, float input_max, const Tensor& smaller_input, in QuantizedAdd() argument
857 const auto& smaller_input_flat = smaller_input.flat<T2>(); in QuantizedAdd()
870 const int64 smaller_input_element_count = smaller_input.NumElements(); in QuantizedAdd()