Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h306 const bool is_upper_bound_custom = !Eigen::numext::isinf(upper_bound_); in Compute() local
321 } else if (is_upper_bound_custom && x >= upper_bound_) { in Compute()