Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dnth_element.h244 void nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator … in nth_element() function
251 void nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator … in nth_element() function
/external/libcxx/fuzzing/
Dfuzzing.cpp266 int nth_element (const uint8_t *data, size_t size) in nth_element() function
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py5923 def nth_element(input, n, reverse=False, name=None): # pylint: disable=redefined-builtin function