Home
last modified time | relevance | path

Searched defs:nth_element (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp304 struct nth_element<n, value_list<v0, vs...>> struct
306 static constexpr auto value = nth_element<n - 1, value_list<vs...>>::value;
309 struct nth_element<0, value_list<v0, vs...>> struct
311 static constexpr auto value = v0;
/external/libcxx/fuzzing/
Dfuzzing.cpp266 int nth_element (const uint8_t *data, size_t size) in nth_element() function
/external/llvm-project/pstl/include/pstl/internal/
Dglue_algorithm_impl.h1121 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
1132 nth_element(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __nth, in nth_element() function
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py5252 def nth_element(input, n, reverse=False, name=None): # pylint: disable=redefined-builtin function