Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/
Ddata_flow.cpp148 ska::flat_hash_set<storage_id_pair_t, HashCombine> same_group_set; in calculateUniqueTensorIDs() local
164 ? same_group_set.insert({it->second, allocation_id}) in calculateUniqueTensorIDs()
165 : same_group_set.insert({allocation_id, it->second}); in calculateUniqueTensorIDs()
174 for (const auto& i : same_group_set) { in calculateUniqueTensorIDs()