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.cc195 GraphConstructorOptions device_opts; in InitItem() local
197 device_opts.allow_internal_ops = true; in InitItem()
198 device_opts.expect_device_spec = true; in InitItem()
200 device_opts, std::move(partition.second), device_graph.get())); in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1716 GraphConstructorOptions device_opts; in CreateGraphs() local
1718 device_opts.allow_internal_ops = true; in CreateGraphs()
1719 device_opts.expect_device_spec = true; in CreateGraphs()
1721 device_opts, std::move(partition.second), device_graph.get())); in CreateGraphs()