Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h891 const T3 total_pre = input_in_total_space + smaller_input_in_total_space; in QuantizedAdd() local
894 const T3 total = total_pre + zero_in_total_space; in QuantizedAdd()