Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc144 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
192 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
Dcolocation_graph.h221 Status GetDevicesForNode(Node* node,
Dcolocation_graph.cc692 Status ColocationGraph::GetDevicesForNode( in GetDevicesForNode() function in tensorflow::ColocationGraph