Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc73 TF_RETURN_IF_ERROR(colocation_graph->LimitToAssignedDevice(*node)); in AssignAndLog()
127 TF_RETURN_IF_ERROR(colocation_graph.LimitToAssignedDevice(*node)); in Run()
Dcolocation_graph.h212 Status LimitToAssignedDevice(const Node& node);
Dcolocation_graph.cc673 Status ColocationGraph::LimitToAssignedDevice(const Node& node) { in LimitToAssignedDevice() function in tensorflow::ColocationGraph