Searched refs:top_k_indices (Results 1 – 1 of 1) sorted by relevance
112 std::vector<int>* top_k_indices);217 std::vector<int>* top_k_indices) { in GetTopK() argument222 top_k_indices->clear(); in GetTopK()224 top_k_indices->resize(K, -1); in GetTopK()231 (*top_k_indices)[k] = (*top_k_indices)[k - 1]; in GetTopK()235 (*top_k_indices)[k] = j; in GetTopK()247 std::vector<int> top_k_indices; in Step() local256 &top_k_indices); in Step()335 const int label = top_k ? top_k_indices[ind] : ind; in Step()
Completed in 2 milliseconds