Searched defs:nth_element (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/SemaTemplate/ |
D | temp_arg_nontype_cxx1z.cpp | 304 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/ |
D | fuzzing.cpp | 266 int nth_element (const uint8_t *data, size_t size) in nth_element() function
|
/external/llvm-project/pstl/include/pstl/internal/ |
D | glue_algorithm_impl.h | 1121 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/ |
D | nn_ops.py | 5252 def nth_element(input, n, reverse=False, name=None): # pylint: disable=redefined-builtin function
|