HomeSort by relevance Sort by last modified time
    Searched refs:num_candidates (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
keypoint_detector.h 78 const int num_candidates,
81 void SortKeypoints(const int num_candidates,
90 const int num_candidates,
102 const int num_candidates,
keypoint_detector.cc 36 const int num_candidates,
48 for (int i = 0; i < num_candidates; ++i) {
61 for (int i = 0; i < num_candidates; ++i) {
77 void KeypointDetector::SortKeypoints(const int num_candidates,
79 qsort(candidate_keypoints, num_candidates, sizeof(Keypoint), KeypointCompare);
84 for (int i = 0; i < num_candidates; ++i) {
90 i - 1, last_score, i, curr_score, num_candidates);
101 const int num_candidates,
130 for (int i = 0; i < num_candidates; ++i) {
156 const int num_candidates,
    [all...]
  /external/libtextclassifier/actions/
ngram-model.cc 170 const uint64 num_candidates = GetNumSkipGrams( local
199 const int num_misses = num_candidates - num_matches;
202 num_candidates;
  /external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops.py 679 num_candidates = array_ops.shape(candidate_ids)[0]
685 pairwise_distances_chosen, [1, num_candidates])
695 keepdims=True), [num_candidates, -1]),
698 nmi_scores = array_ops.zeros([num_candidates])
703 return iteration < num_candidates
711 pad_after = array_ops.zeros([num_candidates - 1 - iteration])
795 return iteration < num_candidates
804 pad_after = array_ops.zeros([num_candidates - 1 - iteration])
816 num_candidates = array_ops.size(cluster_member_ids)
817 scores_margin = array_ops.zeros([num_candidates])
    [all...]
  /external/icu/icu4c/source/common/
dictbe.cpp 328 int32_t num_candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
330 if (num_candidates > 0) {
558 int32_t num_candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
560 if (num_candidates > 0) {
751 int32_t num_candidates = words[(wordsFound + 1) % BURMESE_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
753 if (num_candidates > 0) {
956 int32_t num_candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c     [all...]
  /external/libaom/libaom/av1/encoder/
mcomp.c     [all...]

Completed in 195 milliseconds