Home
last modified time | relevance | path

Searched refs:bytes_reserved (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dallocator_stats.h40 int64 bytes_reserved; // Number of bytes reserved on the stack. member
53 bytes_reserved(0), in AllocatorStats()
Dallocator_stats.cc33 this->bytes_reserved, this->peak_bytes_reserved, in DebugString()
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc47 static_cast<long long>(this->bytes_reserved), in DebugString()
Dallocator.h159 int64 bytes_reserved; // Number of bytes reserved. member
172 bytes_reserved(0), in AllocatorStats()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc69 tf_stats.bytes_reserved = se_stats->bytes_reserved; in GetStats()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc236 stats.bytes_reserved = c_stats.bytes_reserved; in GetAllocatorStats()
Dc_api_decl.h91 int64_t bytes_reserved; member
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.h117 int64_t bytes_reserved; member
Dstream_executor.cc324 stats.bytes_reserved = c_stats.bytes_reserved; in GetAllocatorStats()
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc497 memory_limit_ - stats_.bytes_reserved - stats_.bytes_in_use; in AddTraceMe()
506 {"bytes_reserved", stats_.bytes_reserved}, in AddTraceMe()