Searched defs:descending (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_sort.py | 24 def __init__(self, axis, descending): argument 32 def sort_1d(descending, nptype): argument 49 def sort_3d(descending, nptype): argument
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_sort.py | 24 def __init__(self, axis, descending): argument 32 def sort_1d(descending, nptype): argument 49 def sort_3d(descending, nptype): argument
|
/third_party/boost/libs/range/test/algorithm_ext_test/ |
D | is_sorted.cpp | 27 Container descending; in test_is_sorted_impl() local
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | serialOrdered.js | 72 function descending(a, b) function
|
/third_party/boost/libs/compute/test/ |
D | test_radix_sort_by_key.cpp | 27 const bool descending = false; variable
|
D | test_radix_sort.cpp | 27 const bool descending = false; variable
|
/third_party/boost/libs/sort/test/ |
D | test_pdqsort.cpp | 67 std::vector<uint32_t> descending(size_t size, std::mt19937_64& rng) { in descending() function
|
/third_party/python/Objects/ |
D | listobject.c | 1296 count_run(MergeState *ms, PyObject **lo, PyObject **hi, int *descending) in count_run() 2379 int descending; in list_sort_impl() local
|
/third_party/mindspore/mindspore/ops/operations/ |
D | array_ops.py | 5817 def __init__(self, axis=-1, descending=False): argument
|
/third_party/node/tools/ |
D | lint-md.mjs | 5095 let descending = a > b; variable
|