Home | Sort by relevance Sort by last modified time |
/external/webrtc/webrtc/voice_engine/test/auto_test/ | |
voe_output_test.cc | 66 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/ | |
debug_ops.h | 266 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 |
/system/chre/external/flatbuffers/include/flatbuffers/ | |
flatbuffers.h | 1624 mutable const uint8_t *upper_bound_; member in class:flatbuffers::FLATBUFFERS_FINAL_CLASS [all...] |