Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc271 void InsertSpecialAllocations(int64 unmapped_allocation_bytes, int64 step_id, in InsertSpecialAllocations() argument
275 if (unmapped_allocation_bytes > 0) { in InsertSpecialAllocations()
279 special_allocation->set_requested_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
280 special_allocation->set_allocation_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
324 int64 unmapped_allocation_bytes = in ProcessActiveAllocations() local
341 unmapped_allocation_bytes -= metadata.allocation_bytes(); in ProcessActiveAllocations()
349 unmapped_allocation_bytes += metadata.allocation_bytes(); in ProcessActiveAllocations()
354 unmapped_allocation_bytes -= unmapped_deallocation_bytes; in ProcessActiveAllocations()
356 VLOG(2) << "unmapped_allocation_bytes=" << unmapped_allocation_bytes in ProcessActiveAllocations()
367 InsertSpecialAllocations(unmapped_allocation_bytes, in ProcessActiveAllocations()