Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h842 auto smaller_input_in_total_space = in QuantizedAddUsingEigen() local
852 (smaller_input_in_total_space.broadcast(bcast) + zero_in_total_space); in QuantizedAddUsingEigen()
897 const T3 smaller_input_in_total_space = in QuantizedAdd() local
900 const T3 total_pre = input_in_total_space + smaller_input_in_total_space; in QuantizedAdd()