Searched refs:upper_bound_ (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 268 OP_REQUIRES_OK(context, context->GetAttr("upper_bound", &upper_bound_)); in DebugNumericSummaryOp() 305 const bool is_upper_bound_custom = !Eigen::numext::isinf(upper_bound_); in Compute() 320 } else if (is_upper_bound_custom && x >= upper_bound_) { in Compute() 388 float upper_bound_; variable
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 2139 upper_bound_(0), 2152 upper_bound_ = 0; 2163 if (upper_bound_ < upper_bound) 2164 upper_bound_ = upper_bound; 2338 uintptr_t size = upper_bound_; 2344 (void)upper_bound_; 2358 mutable size_t upper_bound_;
|
/external/libabigail/src/ |
D | abg-ir.cc | 14893 bound_value upper_bound_; member 14900 : upper_bound_(ub), language_(l), infinite_(false) in priv() 14905 : lower_bound_(lb), upper_bound_(ub), in priv() 14911 : lower_bound_(lb), upper_bound_(ub), underlying_type_(u), in priv() 15027 {return priv_->upper_bound_.get_signed_value();} in get_upper_bound() 15041 {priv_->upper_bound_ = ub;} in set_upper_bound()
|