Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc491 const float largest_max = std::max(max_x, max_y); in Compute() local
493 std::max(std::abs(smallest_min), std::abs(largest_max)); in Compute()