Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Drecodebeam.h379 bool UpdateHeapIfMatched(RecodeNode *new_node, RecodeHeap *heap);
H A Drecodebeam.cpp1212 if (UpdateHeapIfMatched(&node, heap)) { in PushHeapIfBetter()
1231 if (UpdateHeapIfMatched(node, heap)) { in PushHeapIfBetter()
1245 bool RecodeBeamSearch::UpdateHeapIfMatched(RecodeNode *new_node, in UpdateHeapIfMatched() function in tesseract::RecodeBeamSearch