Searched refs:largest_alloc_size (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
D | allocator_stats.h | 33 int64_t largest_alloc_size; // The largest single allocation seen. member 53 largest_alloc_size(0), in AllocatorStats()
|
D | allocator_stats.cc | 33 this->peak_bytes_in_use, this->num_allocs, this->largest_alloc_size, in DebugString()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_cpu_allocator.h | 92 stats_.largest_alloc_size = 0; in ClearStats() 106 stats_.largest_alloc_size = in IncrementStats() 107 std::max(alloc_size, static_cast<size_t>(stats_.largest_alloc_size)); in IncrementStats() 259 stats_.largest_alloc_size = l_stats->largest_alloc_size; in GetStats()
|
D | bfc_allocator.cc | 604 stats_.largest_alloc_size = in FindChunkPtr() 605 std::max<std::size_t>(stats_.largest_alloc_size, chunk->size); in FindChunkPtr() 1146 mas->set_largest_alloc_size(stats_.largest_alloc_size); in RecordMemoryMapInternal() 1212 stats_.largest_alloc_size = 0; in ClearStats()
|
/external/tensorflow/tensorflow/core/framework/ |
D | cpu_allocator_impl.cc | 95 stats_.largest_alloc_size = in AllocateRaw() 96 std::max<int64_t>(stats_.largest_alloc_size, alloc_size); in AllocateRaw() 158 stats_.largest_alloc_size = 0; in ClearStats()
|
D | allocator_test.cc | 35 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats() argument 51 EXPECT_EQ(stats->largest_alloc_size, largest_alloc_size); in CheckStats()
|
D | allocator.h | 74 int64_t largest_alloc_size; // The largest single allocation seen. member 93 largest_alloc_size(0), in AllocatorStats()
|
D | allocator.cc | 44 static_cast<long long>(this->largest_alloc_size), in DebugString()
|
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/ |
D | pluggable_device_simple_allocator.cc | 39 stats_.largest_alloc_size = 0; in GetStats()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_cudamallocasync_allocator.cc | 311 stats_->largest_alloc_size = in AllocateRaw() 312 std::max<std::size_t>(stats_->largest_alloc_size, num_bytes); in AllocateRaw() 383 stats_->largest_alloc_size = 0; in ClearStats()
|
D | gpu_bfc_allocator_test.cc | 46 int64_t peak_bytes_in_use, int64_t largest_alloc_size) { in CheckStats() argument 56 EXPECT_EQ(stats->largest_alloc_size, largest_alloc_size); in CheckStats()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | bfc_memory_map.proto | 12 int64 largest_alloc_size = 4; field
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device_context.cc | 71 tf_stats.largest_alloc_size = se_stats->largest_alloc_size; in GetStats()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | tpu_executor.cc | 232 stats.largest_alloc_size = c_stats.largest_alloc_size; in GetAllocatorStats()
|
D | c_api_decl.h | 86 int64_t largest_alloc_size; member
|
/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
D | stream_executor.h | 112 int64_t largest_alloc_size; member
|
D | stream_executor.cc | 292 stats.largest_alloc_size = c_stats.largest_alloc_size; in GetAllocatorStats()
|
/external/tensorflow/tensorflow/core/debug/ |
D | bfc_dump_reader.cc | 111 static_cast<int64_t>(md.stats().largest_alloc_size()), in PrintSummary()
|