Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/image/kernels/
Dbipartite_match_op.cc93 std::priority_queue<DistancePair> match_queue; in Compute() local
97 match_queue.push( in Compute()
105 while (!match_queue.empty()) { in Compute()
106 const auto& match = match_queue.top(); in Compute()
117 match_queue.pop(); in Compute()