Home
last modified time | relevance | path

Searched refs:largest_free_block_bytes (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.h46 int64 largest_free_block_bytes; // Largest free block's size in heap. member
55 largest_free_block_bytes(0) {} in AllocatorStats()
Dallocator_stats.cc34 this->largest_free_block_bytes); in DebugString()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc49 static_cast<long long>(this->largest_free_block_bytes)); in DebugString()
Dallocator.h165 int64 largest_free_block_bytes; // Largest free block's size in heap. member
174 largest_free_block_bytes(0) {} in AllocatorStats()
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h123 int64_t largest_free_block_bytes; member
127 TF_OFFSET_OF_END(SP_AllocatorStats, largest_free_block_bytes)
Dstream_executor.cc329 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc72 tf_stats.largest_free_block_bytes = se_stats->largest_free_block_bytes; in GetStats()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc241 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
Dc_api_decl.h97 int64_t largest_free_block_bytes; member