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.cc192 std::unique_ptr<Graph> device_graph(new Graph(OpRegistry::Global())); in InitItem() local
198 device_opts, std::move(partition.second), device_graph.get())); in InitItem()
199 partition_graphs.emplace(partition.first, std::move(device_graph)); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1696 std::unique_ptr<Graph> device_graph( in CreateGraphs() local
1698 device_graph->SetConstructionContext(ConstructionContext::kDirectSession); in CreateGraphs()
1704 device_opts, std::move(partition.second), device_graph.get())); in CreateGraphs()
1705 outputs->emplace(partition.first, std::move(device_graph)); in CreateGraphs()