Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcolocation_graph.h199 Status ColocateNodes(const Node& x, const Node& y);
205 Status ColocateNodes(const Node& x, int x_root, const Node& y, int y_root);
Dcolocation_graph.cc537 Status status = ColocateNodes(*src, src_root_id, *dst, dst_root_id); in ColocateResourceOrRefEdge()
589 Status s = ColocateNodes(*node, *root_node); in ColocateNodeToGroup()
612 Status ColocationGraph::ColocateNodes(const Node& x, const Node& y) { in ColocateNodes() function in tensorflow::ColocationGraph
615 return ColocateNodes(x, x_root, y, y_root); in ColocateNodes()
621 Status ColocationGraph::ColocateNodes(const Node& x, int x_root, const Node& y, in ColocateNodes() function in tensorflow::ColocationGraph