Searched refs:lower_bound_ (Results 1 – 2 of 2) sorted by relevance
65 int16_t lower_bound_; member in voetest::OutputTest::VoEOutputCheckMediaProcess145 lower_bound_(lower_bound), in VoEOutputCheckMediaProcess()159 ASSERT_GE(audio10ms[i * num_channels + c], lower_bound_); in Process()
281 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_;