Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer.cc126 TF_RETURN_IF_ERROR(colocation_graph->LimitToAssignedDevice(*node)); in AssignAndLog()
189 TF_RETURN_IF_ERROR(colocation_graph.LimitToAssignedDevice(*node)); in Run()
Dcolocation_graph.h237 Status LimitToAssignedDevice(const Node& node);
Dcolocation_graph.cc1094 Status ColocationGraph::LimitToAssignedDevice(const Node& node) { in LimitToAssignedDevice() function in tensorflow::ColocationGraph