Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_cudamallocasync_allocator.cc48 std::vector<string> ptr_size_string; in PrintAllocatorStatistics() local
51 ptr_size_string.push_back( in PrintAllocatorStatistics()
63 VLOG(8) << absl::StrJoin(ptr_size_string, ","); in PrintAllocatorStatistics()