Home
last modified time | relevance | path

Searched refs:ExtractNondestructive (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dtop_n.h146 std::vector<T> *ExtractNondestructive() const;
156 void ExtractNondestructive(std::vector<T> *output) const;
297 std::vector<T> *TopN<T, Cmp>::ExtractNondestructive() const { in ExtractNondestructive() function
299 ExtractNondestructive(out); in ExtractNondestructive()
304 void TopN<T, Cmp>::ExtractNondestructive(std::vector<T> *output) const { in ExtractNondestructive() function

Completed in 2 milliseconds