Home
last modified time | relevance | path

Searched refs:check_list (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/tests/
DLListTest.cpp25 static void check_list(const SkTInternalLList<ListElement>& list, in check_list() function
53 check_list(list, reporter, true, 0, false, false, false, false, elements); in DEF_TEST()
57 check_list(list, reporter, false, 1, true, false, false, false, elements); in DEF_TEST()
63 check_list(list, reporter, false, 4, true, true, true, true, elements); in DEF_TEST()
84 check_list(list, reporter, false, 1, false, false, true, false, elements); in DEF_TEST()
90 check_list(list, reporter, true, 0, false, false, false, false, elements); in DEF_TEST()
94 check_list(list, reporter, false, 1, false, true, false, false, elements); in DEF_TEST()
99 check_list(list, reporter, false, 1, false, true, false, false, elements); in DEF_TEST()
102 check_list(list, reporter, false, 2, true, true, false, false, elements); in DEF_TEST()
105 check_list(list, reporter, false, 3, true, true, false, true, elements); in DEF_TEST()
[all …]
/third_party/flutter/skia/tests/
DLListTest.cpp26 static void check_list(const SkTInternalLList<ListElement>& list, in check_list() function
54 check_list(list, reporter, true, 0, false, false, false, false, elements); in test_tinternallist()
58 check_list(list, reporter, false, 1, true, false, false, false, elements); in test_tinternallist()
64 check_list(list, reporter, false, 4, true, true, true, true, elements); in test_tinternallist()
85 check_list(list, reporter, false, 1, false, false, true, false, elements); in test_tinternallist()
91 check_list(list, reporter, true, 0, false, false, false, false, elements); in test_tinternallist()
95 check_list(list, reporter, false, 1, false, true, false, false, elements); in test_tinternallist()
100 check_list(list, reporter, false, 1, false, true, false, false, elements); in test_tinternallist()
103 check_list(list, reporter, false, 2, true, true, false, false, elements); in test_tinternallist()
106 check_list(list, reporter, false, 3, true, true, false, true, elements); in test_tinternallist()
[all …]
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc327 … const std::set<std::string> &check_list, const std::string &prim_name) { in CheckString() argument
328 if (check_list.find(arg_value) != check_list.end()) { in CheckString()
333 if (check_list.size() == 1) { in CheckString()
334 buffer << " must be \"" << (*check_list.begin()) << "\",but got \"" << arg_value << "\"."; in CheckString()
338 for (const auto &item : check_list) { in CheckString()
456 … const std::set<TypePtr> &check_list, const std::string &prim_name) { in CheckTensorTypeSame() argument
466 if (!check_list.empty()) { in CheckTensorTypeSame()
468 for (auto const &valid_type : check_list) { in CheckTensorTypeSame()
491 return CheckSubClass(input_names, check_type, check_list, prim_name); in CheckTensorTypeSame()
495 … const std::set<TypePtr> &check_list, const std::string &prim_name) { in CheckTensorTypeValid() argument
[all …]
Dcheck_convert_utils.h158 … const std::set<std::string> &check_list, const std::string &prim_name);
282 …eckTensorTypeSame(const std::map<std::string, TypePtr> &types, const std::set<TypePtr> &check_list,
287 … const std::set<TypePtr> &check_list, const std::string &prim_name);
323 …static std::string GetErrorTypeString(const std::set<TypePtr> &check_list, const TypePtr &check_ty…
/third_party/mindspore/mindspore/ops/_op_impl/_custom_op/
Dminmax_update_perchannel.py103 check_list = ["float32", "float16"]
107 util.check_dtype_rule(x_dtype, check_list)
108 util.check_dtype_rule(min_dtype, check_list)
109 util.check_dtype_rule(max_dtype, check_list)
Dfake_learned_scale_quant_perlayer.py94 check_list = ["float32", "float16"]
98 util.check_dtype_rule(input_dtype, check_list)
99 util.check_dtype_rule(alpha_dtype, check_list)
100 util.check_dtype_rule(quant_max_dtype, check_list)
Dminmax_update_perlayer.py97 check_list = ["float32", "float16"]
101 util.check_dtype_rule(x_dtype, check_list)
102 util.check_dtype_rule(min_dtype, check_list)
103 util.check_dtype_rule(max_dtype, check_list)
Dfake_learned_scale_quant_perchannel.py99 check_list = ["float32", "float16"]
103 util.check_dtype_rule(input_dtype, check_list)
104 util.check_dtype_rule(alpha_dtype, check_list)
105 util.check_dtype_rule(quant_max_dtype, check_list)
D_basic.py110 check_list = ("float16",)
112 if src_dtype not in check_list:
114 % (",".join(check_list), src_dtype))
Dfake_quant_perlayer.py111 check_list = ["float32", "float16"]
115 util.check_dtype_rule(x_dtype, check_list)
116 util.check_dtype_rule(min_dtype, check_list)
117 util.check_dtype_rule(max_dtype, check_list)
Dfake_quant_perchannel.py113 check_list = ["float32", "float16"]
117 util.check_dtype_rule(x_dtype, check_list)
118 util.check_dtype_rule(min_dtype, check_list)
119 util.check_dtype_rule(max_dtype, check_list)
Dfake_quant_perlayer_grad.py137 check_list = ["float32", 'float16']
141 util.check_dtype_rule(x_dtype, check_list)
142 util.check_dtype_rule(min_dtype, check_list)
143 util.check_dtype_rule(max_dtype, check_list)
Dfake_learned_scale_quant_perlayer_grad_reduce.py71 check_list = ["float32", 'float16']
73 util.check_dtype_rule(dout_alpha_dtype, check_list)
Dfake_learned_scale_quant_perlayer_grad.py164 check_list = ["float32", "float16"]
168 util.check_dtype_rule(input_dtype, check_list)
169 util.check_dtype_rule(alpha_dtype, check_list)
170 util.check_dtype_rule(quant_max_dtype, check_list)
Dfake_quant_perchannel_grad.py137 check_list = ["float32", "float16"]
141 util.check_dtype_rule(x_dtype, check_list)
142 util.check_dtype_rule(min_dtype, check_list)
143 util.check_dtype_rule(max_dtype, check_list)
Dfake_learned_scale_quant_perchannel_grad.py168 check_list = ["float32", "float16"]
172 util.check_dtype_rule(input_dtype, check_list)
173 util.check_dtype_rule(alpha_dtype, check_list)
174 util.check_dtype_rule(quant_max_dtype, check_list)
Dfake_learned_scale_quant_perchannel_grad_reduce.py72 check_list = ["float32", 'float16']
74 util.check_dtype_rule(dout_alpha_dtype, check_list)
Dbatchnorm_fold2.py79 check_list = ["float16", "float32"]
81 if not inp_dtype in check_list:
Dbatchnorm_fold2_grad.py91 check_list = ["float16", "float32"]
93 if not inp_dtype in check_list:
/third_party/boost/libs/python/test/
Dextract.cpp87 bool check_list(object x) { return extract<list>(x).check(); } in check_list() function
114 def("check_list", check_list); in BOOST_PYTHON_MODULE()
/third_party/wayland_standard/src/
Devent-loop.c72 struct wl_list check_list; member
813 wl_list_insert(source->loop->check_list.prev, &source->link); in wl_event_source_check()
897 wl_list_init(&loop->check_list); in wl_event_loop_create()
940 wl_list_for_each_safe(source, next, &loop->check_list, link) { in post_dispatch_check()
/third_party/ffmpeg/libavfilter/
Dformats.c666 static int check_list(void *log, const char *name, const AVFilterFormats *fmts) in check_list() function
689 return check_list(log, "pixel format", fmts); in ff_formats_check_pixel_formats()
694 return check_list(log, "sample format", fmts); in ff_formats_check_sample_formats()
701 return check_list(log, "sample rate", fmts); in ff_formats_check_sample_rates()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c316 check_list: in ntfs_check_log_client_array()
338 goto check_list; in ntfs_check_log_client_array()
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dmeson.build4 'check_list.c',
/third_party/gstreamer/gstreamer/
DChangeLog19114 * libs/gst/check/libcheck/check_list.c:
19115 * libs/gst/check/libcheck/check_list.h:
32732 * libs/gst/check/libcheck/check_list.c:
32773 * libs/gst/check/libcheck/check_list.c:
32774 * libs/gst/check/libcheck/check_list.h:
44583 * libs/gst/check/libcheck/check_list.c:
44584 * libs/gst/check/libcheck/check_list.h:
81003 * libs/gst/check/libcheck/check_list.c:
81028 * libs/gst/check/libcheck/check_list.c:
83343 * libs/gst/check/libcheck/check_list.c:
[all …]