Home
last modified time | relevance | path

Searched refs:new_opts (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc301 Options new_opts = opts; in Run() local
302 Status s = ParseCmdLine(line_s, &cmd, &new_opts); in Run()
308 opts = new_opts; in Run()
313 tf_stat->ShowMultiGraphNode(cmd, new_opts); in Run()
316 tf_stat->ShowGraphNode(cmd, new_opts); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc1396 FunctionLibraryRuntime::Options new_opts = opts; in Run() local
1404 new_opts.rendezvous = created_rendezvous; in Run()
1405 new_opts.create_rendezvous = false; in Run()
1410 new_opts.step_id, created_rendezvous); in Run()
1462 return RunMultiDevice(new_opts, handle, function_rets, cleanup_items, in Run()
1469 RunInternal(new_opts, handle, local_args, function_rets, cleanup_items, in Run()
1658 FunctionLibraryRuntime::Options new_opts = opts; in Run() local
1666 new_opts.rendezvous = created_rendezvous; in Run()
1667 new_opts.create_rendezvous = false; in Run()
1697 return RunMultiDevice(new_opts, handle, rets, cleanup_items, std::move(done), in Run()
/external/python/cpython2/Modules/
D_ssl.c2572 long new_opts, opts, set, clear; in set_options() local
2573 if (!PyArg_Parse(arg, "l", &new_opts)) in set_options()
2576 clear = opts & ~new_opts; in set_options()
2577 set = ~opts & new_opts; in set_options()
/external/python/cpython3/Modules/
D_ssl.c3760 long new_opts, opts, set, clear; in set_options() local
3761 if (!PyArg_Parse(arg, "l", &new_opts)) in set_options()
3764 clear = opts & ~new_opts; in set_options()
3765 set = ~opts & new_opts; in set_options()