Home
last modified time | relevance | path

Searched defs:descending (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_sort.py24 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/
Dtest_sort.py24 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/
Dis_sorted.cpp27 Container descending; in test_is_sorted_impl() local
/third_party/node/deps/npm/node_modules/asynckit/
DserialOrdered.js72 function descending(a, b) function
/third_party/boost/libs/compute/test/
Dtest_radix_sort_by_key.cpp27 const bool descending = false; variable
Dtest_radix_sort.cpp27 const bool descending = false; variable
/third_party/boost/libs/sort/test/
Dtest_pdqsort.cpp67 std::vector<uint32_t> descending(size_t size, std::mt19937_64& rng) { in descending() function
/third_party/python/Objects/
Dlistobject.c1296 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/
Darray_ops.py5817 def __init__(self, axis=-1, descending=False): argument
/third_party/node/tools/
Dlint-md.mjs5095 let descending = a > b; variable