Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer.cc216 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
266 Status status = colocation_graph.GetDevicesForNode(node, &devices); in Run()
H A Dcolocation_graph.h255 Status GetDevicesForNode(Node* node,
H A Dcolocation_graph.cc1232 Status ColocationGraph::GetDevicesForNode( in GetDevicesForNode() function in tensorflow::ColocationGraph