HomeSort by relevance Sort by last modified time
    Searched refs:TestStats (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
feature-stats-accumulator_test.cc 28 struct TestStats {
29 TestStats& operator+=(const TestStats& other) {
40 void operator()(const TestStats& from, TestStats* to) const { (*to) += from; }
47 FeatureStatsAccumulator<TestStats, TestStatsAccumulator>;
53 TestStats stats = {0, 0};
60 TestStats stats = {-12.023f, 8.2f};
68 TestStats stats1 = {-12.023f, 8.2f};
70 TestStats stats2 = {4.46f, 1.9f}
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 207 void TestStats(const AudioProcessing::Statistic& test,
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go     [all...]

Completed in 218 milliseconds