Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op.cc490 const float smallest_min = std::min(min_x, min_y); in Compute() local
493 std::max(std::abs(smallest_min), std::abs(largest_max)); in Compute()