Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc175 Status GetGraphDevice(const GraphDef& g_def, std::set<std::string>* devices) { in GetGraphDevice() function
896 TF_RETURN_IF_ERROR(GetGraphDevice(item.graph, &device_types)); in OptimizeGraph()