Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.h41 int64 peak_bytes_reserved; // The peak number of bytes reserved on the stack. member
54 peak_bytes_reserved(0), in AllocatorStats()
Dallocator_stats.cc33 this->bytes_reserved, this->peak_bytes_reserved, in DebugString()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc48 static_cast<long long>(this->peak_bytes_reserved), in DebugString()
Dallocator.h160 int64 peak_bytes_reserved; // The peak number of bytes reserved. member
173 peak_bytes_reserved(0), in AllocatorStats()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc70 tf_stats.peak_bytes_reserved = se_stats->peak_bytes_reserved; in GetStats()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc237 stats.peak_bytes_reserved = c_stats.peak_bytes_reserved; in GetAllocatorStats()
Dc_api_decl.h92 int64_t peak_bytes_reserved; member
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h118 int64_t peak_bytes_reserved; member
Dstream_executor.cc325 stats.peak_bytes_reserved = c_stats.peak_bytes_reserved; in GetAllocatorStats()