Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dprofiler.cc300 Options new_opts = opts; in Run() local
301 Status s = ParseCmdLine(line_s, &cmd, &new_opts); in Run()
307 opts = new_opts; in Run()
312 tf_stat->ShowMultiGraphNode(cmd, new_opts); in Run()
315 tf_stat->ShowGraphNode(cmd, new_opts); 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.c3555 long new_opts, opts, set, clear; in set_options() local
3556 if (!PyArg_Parse(arg, "l", &new_opts)) in set_options()
3559 clear = opts & ~new_opts; in set_options()
3560 set = ~opts & new_opts; in set_options()