Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc327 absl::flat_hash_map<int64 /*address*/, IndexMetaPair> active_alloc_map; in ProcessActiveAllocations() local
340 active_alloc_map[metadata.address()] = {i, &metadata}; in ProcessActiveAllocations()
344 if (active_alloc_map.contains(metadata.address())) { in ProcessActiveAllocations()
345 active_alloc_map.erase(metadata.address()); in ProcessActiveAllocations()
363 for (const auto& address_and_index_meta : active_alloc_map) { in ProcessActiveAllocations()