Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc52 using IndexMetaPair = std::pair<int64 /*index*/, const MemoryActivityMetadata*>; typedef
251 bool operator()(const IndexMetaPair& a, const IndexMetaPair& b) const { in operator ()()
273 std::vector<IndexMetaPair>* active_allocs) { in InsertSpecialAllocations()
309 bool operator==(const IndexMetaPair& a, const IndexMetaPair& b) { in operator ==()
327 absl::flat_hash_map<int64 /*address*/, IndexMetaPair> active_alloc_map; in ProcessActiveAllocations()
362 std::vector<IndexMetaPair> active_allocs; in ProcessActiveAllocations()