Searched refs:upper_bound_ (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_output_test.cc66 int16_t upper_bound_; member in class:voetest::OutputTest::VoEOutputCheckMediaProcess
146 upper_bound_(upper_bound) {}
160 ASSERT_LE(audio10ms[i * num_channels + c], upper_bound_);
/external/tensorflow/tensorflow/core/kernels/
H A Ddebug_ops.h266 OP_REQUIRES_OK(context, context->GetAttr("upper_bound", &upper_bound_));
303 const bool is_upper_bound_custom = !Eigen::numext::isinf(upper_bound_);
318 } else if (is_upper_bound_custom && x >= upper_bound_) {
386 float upper_bound_; member in class:tensorflow::DebugNumericSummaryOp
/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1617 , upper_bound_(buf)
1628 upper_bound_ = buf_;
1637 if (upper_bound_ < upper_bound)
1638 upper_bound_ = upper_bound;
1773 uintptr_t size = upper_bound_ - buf_;
1788 mutable const uint8_t *upper_bound_;

Completed in 1120 milliseconds