Home
last modified time | relevance | path

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

/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.py4205 def nth_element(input, n, reverse=False, name=None): # pylint: disable=redefined-builtin function