Home
last modified time | relevance | path

Searched refs:CheckStats (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dallocator_test.cc27 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, in CheckStats() function
97 CheckStats(a, 1023, 552640, 552640, 1024); in TEST()
104 CheckStats(a, 1023, 0, 552640, 1024); in TEST()
107 CheckStats(a, 1025, 1048576 * sizeof(double) + 1024 * sizeof(float), in TEST()
114 CheckStats(a, 1025, 0, 1048576 * sizeof(double) + 1024 * sizeof(float), in TEST()
117 CheckStats(a, 0, 0, 0, 0); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc38 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, in CheckStats() function
58 CheckStats(&a, 0, 0, 0, 0); in TEST()
66 CheckStats(&a, 1023, 654336, 654336, 1024); in TEST()
82 CheckStats(&a, 1023, 0, 654336, 1024); in TEST()
153 CheckStats(&a, 0, 0, 0, 0); in TEST()
157 CheckStats(&a, 1, 0, 4096, 4096); in TEST()
173 CheckStats(&a, 4097, 0, in TEST()
/external/stressapptest/src/
Dsat.h299 void CheckStats();
Dsat.cc1688 void Sat::CheckStats() { in CheckStats() function in Sat
1776 CheckStats(); in RunAnalysis()