Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc206 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
254 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
Dcolocation_graph.h253 Status GetDevicesForNode(Node* node,
Dcolocation_graph.cc1164 Status ColocationGraph::GetDevicesForNode( in GetDevicesForNode() function in tensorflow::ColocationGraph