Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.cc164 size_t still_live_bytes; in GetSizes() local
169 still_live_bytes = allocated_; in GetSizes()
171 return std::make_tuple(total_bytes, high_watermark, still_live_bytes); in GetSizes()