Searched defs:cmp_fn (Results 1 – 4 of 4) sorted by relevance
/third_party/iowow/src/utils/ |
D | iwhmap.c | 30 int (*cmp_fn)(const void *, const void *); member
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 1091 _gst_uri_compare_lists (GList * first, GList * second, GCompareFunc cmp_fn) in _gst_uri_compare_lists() 1775 #define GST_URI_NORMALIZED_CMP_LIST(field, norm_fn, copy_fn, cmp_fn, free_fn) \ in gst_uri_equal() argument
|
/third_party/mindspore/mindspore/ops/composite/multitype_ops/ |
D | _compile_utils.py | 945 def reduce_(a, reduce_fn, cmp_fn=None, axis=None, keepdims=False, initial=None, where=True, dtype=N… argument
|
/third_party/mindspore/mindspore/numpy/ |
D | math_ops.py | 2427 def _reduce(a, reduce_fn, cmp_fn=None, axis=None, keepdims=False, initial=None, where=True, dtype=N… argument
|