Home
last modified time | relevance | path

Searched refs:lower_bound_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc65 int16_t lower_bound_; member in voetest::OutputTest::VoEOutputCheckMediaProcess
145 lower_bound_(lower_bound), in VoEOutputCheckMediaProcess()
159 ASSERT_GE(audio10ms[i * num_channels + c], lower_bound_); in Process()
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h281 OP_REQUIRES_OK(context, context->GetAttr("lower_bound", &lower_bound_)); in DebugNumericSummaryOp()
318 const bool is_lower_bound_custom = !Eigen::numext::isinf(lower_bound_); in Compute()
332 if (is_lower_bound_custom && x <= lower_bound_) { in Compute()
401 float lower_bound_;