Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dcolocation.cc77 std::unordered_map<string, string> coloc_groups; in ReassignColocation() local
88 &coloc_groups, GetColocationGroupRoot(&coloc_groups, node.name()), in ReassignColocation()
89 GetColocationGroupRoot(&coloc_groups, colocate_node)); in ReassignColocation()
98 for (const auto& pair : coloc_groups) { in ReassignColocation()
106 kColocPrefix + GetColocationGroupRoot(&coloc_groups, pair.first)); in ReassignColocation()