Searched defs:num_candidates (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | keypoint_detector.cc | 36 const int num_candidates, in ScoreKeypoints() 77 void KeypointDetector::SortKeypoints(const int num_candidates, in SortKeypoints() 101 const int num_candidates, in SelectKeypointsInBox() 156 const int num_candidates, in SelectKeypoints()
|
/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 328 …int32_t num_candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, ra… in divideUpDictionaryRange() local 558 …int32_t num_candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, ran… in divideUpDictionaryRange() local 751 …int32_t num_candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary,… in divideUpDictionaryRange() local 956 …int32_t num_candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, r… in divideUpDictionaryRange() local
|
/external/libtextclassifier/actions/ |
D | ngram-model.cc | 170 const uint64 num_candidates = GetNumSkipGrams( in Eval() local
|