Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dallocator_stats.h47 int64_t largest_free_block_bytes; // Largest free block's size in heap. member
56 largest_free_block_bytes(0) {} in AllocatorStats()
H A Dallocator_stats.cc35 this->largest_free_block_bytes); in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dallocator.h87 int64_t largest_free_block_bytes; // Largest free block's size in heap. member
96 largest_free_block_bytes(0) {} in AllocatorStats()
H A Dallocator.cc47 static_cast<long long>(this->largest_free_block_bytes)); in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_device_context.cc76 tf_stats.largest_free_block_bytes = se_stats->largest_free_block_bytes; in GetStats()
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.h123 int64_t largest_free_block_bytes; member
127 TF_OFFSET_OF_END(SP_AllocatorStats, largest_free_block_bytes)
H A Dstream_executor.cc301 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.cc241 stats.largest_free_block_bytes = c_stats.largest_free_block_bytes; in GetAllocatorStats()
H A Dc_api_decl.h97 int64_t largest_free_block_bytes; member