Searched refs:device_graph (Results 1 – 2 of 2) sorted by relevance
192 std::unique_ptr<Graph> device_graph(new Graph(OpRegistry::Global())); in InitItem() local198 device_opts, std::move(partition.second), device_graph.get())); in InitItem()199 partition_graphs.emplace(partition.first, std::move(device_graph)); in InitItem()
1696 std::unique_ptr<Graph> device_graph( in CreateGraphs() local1698 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()