Home
last modified time | relevance | path

Searched refs:allocated_bytes_excluding_redzones_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h56 return allocated_bytes_excluding_redzones_; in TotalAllocatedBytesExcludingRedzones()
126 int64 allocated_bytes_excluding_redzones_ = 0; variable
Dredzone_allocator.cc80 allocated_bytes_excluding_redzones_ += byte_size; in AllocateBytes()