Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/kernels/
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
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n.h144 std::vector<T> *ExtractNondestructive() const;
154 void ExtractNondestructive(std::vector<T> *output) const;
295 std::vector<T> *TopN<T, Cmp>::ExtractNondestructive() const { in ExtractNondestructive() function
297 ExtractNondestructive(out); in ExtractNondestructive()
302 void TopN<T, Cmp>::ExtractNondestructive(std::vector<T> *output) const { in ExtractNondestructive() function
Dtop_n_test.cc217 std::vector<int> v = ConsumeRawPtr(top4.ExtractNondestructive()); in TEST()
248 top.ExtractNondestructive(&v); in TEST()