Searched refs:InsertUnsorted (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
D | heap_test.cc | 27 h.InsertUnsorted(2.0, 2); in TEST() 28 h.InsertUnsorted(1.0, 1); in TEST() 29 h.InsertUnsorted(5.0, 5); in TEST() 30 h.InsertUnsorted(3.0, 3); in TEST() 54 h.InsertUnsorted(2.0, 2); in TEST() 55 h.InsertUnsorted(10.0, 10); in TEST() 56 h.InsertUnsorted(8.0, 8); in TEST() 78 h.InsertUnsorted(2.0, 2); in TEST() 79 h.InsertUnsorted(1.0, 1); in TEST() 80 h.InsertUnsorted(5.0, 5); in TEST() [all …]
|
D | hyperplane_lsh_probes.h | 118 heap_.InsertUnsorted(score, ProbeCandidate(ii, hash_mask, 0)); in SetupProbing()
|
D | heap.h | 61 void InsertUnsorted(const KeyType& key, const DataType& data) { in InsertUnsorted() function
|