/external/tensorflow/tensorflow/compiler/aot/ |
benchmark_test.cc | 33 Stats stats1; local 34 Benchmark(options, [&] { add.Run(); }, &stats1); 35 EXPECT_EQ(stats1.per_iter_us.size(), 1);
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/ |
feature-stats-accumulator_test.cc | 68 TestStats stats1 = {-12.023f, 8.2f}; local 69 accumulator.AddStats(0, 2, 1, 234, stats1); 78 TestStats stats1 = {-12.023f, 8.2f}; local 79 accumulator.AddStats(0, 1, 0, 34, stats1); 83 EXPECT_STATS_EQ(stats1, accumulator.GetStats(0, 1, 0, 34));
|
/external/nos/test/system-test-harness/tools/ |
nugget_tools.cc | 131 struct nugget_app_low_power_stats stats1; local 157 memcpy(&stats1, buffer.data(), sizeof(stats1)); 165 if (stats1.hard_reset_count == stats0.hard_reset_count + 1 && 166 stats1.time_at_last_wake == 0 && 167 stats1.deep_sleep_count == 0 && 168 std::chrono::microseconds(stats1.time_since_hard_reset) < max_usecs) { 175 ShowStats("stats after waiting", stats1); 182 struct nugget_app_low_power_stats stats1; local 206 memcpy(&stats1, buffer.data(), sizeof(stats1)) 229 struct nugget_app_low_power_stats stats1; local [all...] |
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 226 malloc_statistics_t stats1, stats2; local 227 malloc_zone_statistics(/*all zones*/NULL, &stats1); 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 | 118 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); local 120 FIRSTPASS_STATS *stats2 = stats1 + nframes_ / 2; 126 const double *frame_stats1 = reinterpret_cast<double *>(stats1); 138 stats1++; 150 uint8_t *stats1 = reinterpret_cast<uint8_t *>(fp_stats->buf); local 151 uint8_t *stats2 = stats1 + fp_stats->sz / 2; 154 md5_row_mt_0.Add(stats1, fp_stats->sz / 2);
|
/bionic/libc/kernel/uapi/linux/ |
if_packet.h | 93 struct tpacket_stats stats1; member in union:tpacket_stats_u
|
/external/iproute2/include/uapi/linux/ |
if_packet.h | 91 struct tpacket_stats stats1; member in union:tpacket_stats_u
|
/external/kernel-headers/original/uapi/linux/ |
if_packet.h | 92 struct tpacket_stats stats1; member in union:tpacket_stats_u
|