Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc193 GraphConstructorOptions device_opts; in InitItem() local
195 device_opts.allow_internal_ops = true; in InitItem()
196 device_opts.expect_device_spec = true; in InitItem()
198 device_opts, std::move(partition.second), device_graph.get())); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1699 GraphConstructorOptions device_opts; in CreateGraphs() local
1701 device_opts.allow_internal_ops = true; in CreateGraphs()
1702 device_opts.expect_device_spec = true; in CreateGraphs()
1704 device_opts, std::move(partition.second), device_graph.get())); in CreateGraphs()