Searched refs:is_lower_bound_custom (Results 1 – 1 of 1) sorted by relevance
304 const bool is_lower_bound_custom = !Eigen::numext::isinf(lower_bound_); in Compute() local318 if (is_lower_bound_custom && x <= lower_bound_) { in Compute()