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.cc181 GraphConstructorOptions device_opts; in InitItem() local
183 device_opts.allow_internal_ops = true; in InitItem()
184 device_opts.expect_device_spec = true; in InitItem()
185 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(device_opts, partition.second, in InitItem()
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.cc1574 GraphConstructorOptions device_opts; in CreateGraphs() local
1576 device_opts.allow_internal_ops = true; in CreateGraphs()
1577 device_opts.expect_device_spec = true; in CreateGraphs()
1578 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(device_opts, partition.second, in CreateGraphs()