Searched refs:same_group_set (Results 1 – 1 of 1) sorted by relevance
148 ska::flat_hash_set<storage_id_pair_t, HashCombine> same_group_set; in calculateUniqueTensorIDs() local164 ? 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()