Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc483 for (const auto& id_and_allocator_profile : in ProcessMemoryProfileProto() local
485 if (!id_and_allocator_profile.second.memory_profile_snapshots().empty()) { in ProcessMemoryProfileProto()
486 memory_profile->add_memory_ids(id_and_allocator_profile.first); in ProcessMemoryProfileProto()
491 for (auto& id_and_allocator_profile : in ProcessMemoryProfileProto()
494 &id_and_allocator_profile.second; in ProcessMemoryProfileProto()