Searched refs:peak_bytes_in_use (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_cpu_allocator.h | 93 stats_.peak_bytes_in_use = 0; in ClearStats() 105 stats_.peak_bytes_in_use = in IncrementStats() 106 std::max(stats_.peak_bytes_in_use, stats_.bytes_in_use); in IncrementStats() 259 stats_.peak_bytes_in_use = in GetStats() 260 l_stats->peak_bytes_in_use + s_stats->peak_bytes_in_use; in GetStats()
|
D | bfc_allocator.cc | 454 ",peak_bytes_in_use=", stats.peak_bytes_in_use, in AddTraceMe() 501 stats_.peak_bytes_in_use = in FindChunkPtr() 502 std::max(stats_.peak_bytes_in_use, stats_.bytes_in_use); in FindChunkPtr() 1034 mas->set_peak_bytes_in_use(stats_.peak_bytes_in_use); in RecordMemoryMapInternal() 1125 stats_.peak_bytes_in_use = stats_.bytes_in_use; in ClearStats()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator_test.cc | 29 int64 peak_bytes_in_use, int64 largest_alloc_size) { in CheckStats() argument 42 EXPECT_GT(stats->peak_bytes_in_use, peak_bytes_in_use - kSlop); in CheckStats() 43 EXPECT_LT(stats->peak_bytes_in_use, peak_bytes_in_use + kSlop); in CheckStats()
|
D | cpu_allocator_impl.cc | 92 stats_.peak_bytes_in_use = in AllocateRaw() 93 std::max<int64>(stats_.peak_bytes_in_use, stats_.bytes_in_use); in AllocateRaw() 126 stats_.peak_bytes_in_use = stats_.bytes_in_use; in ClearStats()
|
D | allocator.h | 95 int64 peak_bytes_in_use; // The peak bytes in use. member 112 peak_bytes_in_use(0), in AllocatorStats()
|
D | allocator.cc | 44 static_cast<long long>(this->peak_bytes_in_use), in DebugString()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | allocator_stats.h | 32 int64 peak_bytes_in_use; // The peak bytes in use. member 49 peak_bytes_in_use(0), in AllocatorStats()
|
D | allocator_stats.cc | 29 this->peak_bytes_in_use, this->num_allocs, this->largest_alloc_size); in DebugString()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | bfc_memory_map.proto | 11 int64 peak_bytes_in_use = 3; field
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device_context.cc | 65 tf_stats.peak_bytes_in_use = se_stats->peak_bytes_in_use; in GetStats()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator_test.cc | 42 int64 peak_bytes_in_use, int64 largest_alloc_size) { in CheckStats() argument 50 EXPECT_EQ(stats->peak_bytes_in_use, peak_bytes_in_use); in CheckStats()
|
/external/tensorflow/tensorflow/core/debug/ |
D | bfc_dump_reader.cc | 103 md.stats().peak_bytes_in_use(), md.stats().largest_alloc_size(), in PrintSummary()
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 234 (stats ? stats->peak_bytes_in_use : 0); in GetPeakMemoryUsage()
|