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

  /external/tensorflow/tensorflow/core/framework/
allocator_test.cc 27 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use,
94 CheckStats(a, 1023, 552640, 552640, 1024);
101 CheckStats(a, 1023, 0, 552640, 1024);
104 CheckStats(a, 1025, 1048576 * sizeof(double) + 1024 * sizeof(float),
111 CheckStats(a, 1025, 0, 1048576 * sizeof(double) + 1024 * sizeof(float),
114 CheckStats(a, 0, 0, 0, 0);
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_bfc_allocator_test.cc 37 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use,
50 CheckStats(&a, 0, 0, 0, 0);
58 CheckStats(&a, 1023, 654336, 654336, 1024);
74 CheckStats(&a, 1023, 0, 654336, 1024);
137 CheckStats(&a, 0, 0, 0, 0);
141 CheckStats(&a, 1, 0, 4096, 4096);
157 CheckStats(&a, 4097, 0,
  /external/stressapptest/src/
sat.h 299 void CheckStats();
sat.cc     [all...]

Completed in 911 milliseconds