Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc66 int16_t upper_bound_; member in voetest::OutputTest::VoEOutputCheckMediaProcess
146 upper_bound_(upper_bound) {} in VoEOutputCheckMediaProcess()
160 ASSERT_LE(audio10ms[i * num_channels + c], upper_bound_); in Process()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h282 OP_REQUIRES_OK(context, context->GetAttr("upper_bound", &upper_bound_)); in DebugNumericSummaryOp()
319 const bool is_upper_bound_custom = !Eigen::numext::isinf(upper_bound_); in Compute()
334 } else if (is_upper_bound_custom && x >= upper_bound_) { in Compute()
402 float upper_bound_; variable
/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1981 upper_bound_(0),
1995 upper_bound_ = 0;
2006 if (upper_bound_ < upper_bound)
2007 upper_bound_ = upper_bound;
2177 uintptr_t size = upper_bound_;
2183 (void)upper_bound_;
2197 mutable size_t upper_bound_;