Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h304 const bool is_lower_bound_custom = !Eigen::numext::isinf(lower_bound_); in Compute() local
318 if (is_lower_bound_custom && x <= lower_bound_) { in Compute()