Home
last modified time | relevance | path

Searched refs:opt_list (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dprint_reduce_fusion.cc54 bool GetOptList(const std::vector<AnfNodePtr> &node_list, std::vector<AnfNodePtr> *opt_list, in GetOptList() argument
58 MS_EXCEPTION_IF_NULL(opt_list); in GetOptList()
106 opt_list->push_back(node); in GetOptList()
113 if (opt_list->size() == 0) { in GetOptList()
124 std::vector<AnfNodePtr> opt_list; in Run() local
129 if (!GetOptList(node_list, &opt_list, &string_pos_vec, &string_value_vec, &not_tensor_pos_vec)) { in Run()
132 for (size_t idx = 0; idx < opt_list.size(); idx++) { in Run()
133 auto node = opt_list[idx]; in Run()
/third_party/ltp/testcases/kernel/mce-test/tools/
Dpage-types.c160 static int opt_list; /* list pages (in ranges) */ variable
558 if (opt_list == 1) in add_page()
560 else if (opt_list == 2) in add_page()
957 opt_list = 1; in main()
960 opt_list = 2; in main()
982 if (opt_list && opt_pid) in main()
984 if (opt_list == 1) in main()
986 if (opt_list == 2) in main()
991 if (opt_list == 1) in main()
997 if (opt_list) in main()
/third_party/python/Lib/idlelib/
Dconfigdialog.py1974 opt_list = sorted(self.ext_defaultCfg.GetOptionList(ext_name))
1977 enables = [opt_name for opt_name in opt_list
1980 opt_list.remove(opt_name)
1981 opt_list = enables + opt_list
1983 for opt_name in opt_list:
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c529 bool opt_list = false; in zuc_initialize() local
541 { WESTON_OPTION_BOOLEAN, "zuc-list-tests", 0, &opt_list }, in zuc_initialize()
647 } else if (opt_list) { in zuc_initialize()
/third_party/ffmpeg/libavutil/
Dopt.c1145 static void opt_list(void *obj, void *av_log_obj, const char *unit, in opt_list() function
1342 opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags, opt->type); in opt_list()
1353 opt_list(obj, av_log_obj, NULL, req_flags, rej_flags, -1); in av_opt_show2()