Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc180 std::unique_ptr<Graph> device_graph(new Graph(OpRegistry::Global())); in InitItem() local
186 device_graph.get())); in InitItem()
187 partition_graphs.emplace(partition.first, std::move(device_graph)); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1572 std::unique_ptr<Graph> device_graph( in CreateGraphs() local
1579 device_graph.get())); in CreateGraphs()
1580 outputs->emplace(partition.first, std::move(device_graph)); in CreateGraphs()