Searched refs:is_upper_bound_custom (Results 1 – 1 of 1) sorted by relevance
306 const bool is_upper_bound_custom = !Eigen::numext::isinf(upper_bound_); in Compute() local321 } else if (is_upper_bound_custom && x >= upper_bound_) { in Compute()