Searched refs:device_opts (Results 1 – 2 of 2) sorted by relevance
181 GraphConstructorOptions device_opts; in InitItem() local183 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()
1574 GraphConstructorOptions device_opts; in CreateGraphs() local1576 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()