Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h837 auto input_in_total_space = QUANTIZE_WITH_EIGEN(input_float, f2q, T3); in QuantizedAddUsingEigen() local
842 input_in_total_space + in QuantizedAddUsingEigen()
885 const T3 input_in_total_space = RequantizeInNewRange<T1, T3>( in QuantizedAdd() local
891 const T3 total_pre = input_in_total_space + smaller_input_in_total_space; in QuantizedAdd()