HomeSort by relevance Sort by last modified time
    Searched defs:stats2 (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
feature-stats-accumulator_test.cc 70 TestStats stats2 = {4.46f, 1.9f}; local
71 accumulator.AddStats(0, 2, 1, 234, stats2);
80 TestStats stats2 = {4.46f, 1.9f}; local
81 accumulator.AddStats(0, 1, 0, 91, stats2);
84 EXPECT_STATS_EQ(stats2, accumulator.GetStats(0, 1, 0, 91));
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 226 malloc_statistics_t stats1, stats2; local
230 malloc_zone_statistics(/*all zones*/NULL, &stats2);
231 EXPECT_GT(stats2.blocks_in_use, stats1.blocks_in_use);
232 EXPECT_GE(stats2.size_in_use - stats1.size_in_use, kMallocSize);
  /external/libvpx/libvpx/test/
vp9_ethread_test.cc 120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2; local
127 const double *frame_stats2 = reinterpret_cast<double *>(stats2);
139 stats2++;
151 uint8_t *stats2 = stats1 + fp_stats->sz / 2; local
157 md5_row_mt_1.Add(stats2, fp_stats->sz / 2);
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 2768 webrtc::VideoSendStream::Stats stats2; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 726 milliseconds