Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc455 string colocation_group = ""; in PinArgsAndRets() local
456 GetColocationGroup(src_node, &colocation_group); in PinArgsAndRets()
459 << " colo group: " << colocation_group; in PinArgsAndRets()
460 while (src_device->empty() && colocation_group.empty() && in PinArgsAndRets()
468 GetColocationGroup(src_node, &colocation_group); in PinArgsAndRets()
471 << " colo group: " << colocation_group; in PinArgsAndRets()
482 if (!colocation_group.empty()) { in PinArgsAndRets()
484 colo_attr.add_s(colocation_group); in PinArgsAndRets()
485 std::vector<string> colo_slice = {colocation_group}; in PinArgsAndRets()
Dcolocation_graph.h331 const Node* node, StringPiece colocation_group);
Dcolocation_graph.cc1006 const Node* node, StringPiece colocation_group) { in ColocateNodeToGroup() argument
1007 const Node*& root_node = (*colocation_group_root)[colocation_group]; in ColocateNodeToGroup()
1022 << "' with nodes in colocation group '" << colocation_group in ColocateNodeToGroup()