Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h74 ValueType std_deviation() const { in std_deviation() function
87 << " avg=" << avg() << " std=" << std_deviation(); in OutputToStream()
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/
DBenchmarkViewController.mm83 *stream << prefix << "Std deviation: " << time_us.std_deviation() / 1e3 << " ms\n";
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework_unittest.cc544 double std_deviation = sqrt((kPacketCount - 1) * p * (1 - p)); in TestReorderFilter() local
545 EXPECT_NEAR(mean, distance, 3 * std_deviation); in TestReorderFilter()