Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc307 for (int i = 0; i < kNumToAddAsCandidates; ++i) { in AddExtraCandidatesForBoxes()
308 for (int j = 0; j < kNumToAddAsCandidates; ++j) { in AddExtraCandidatesForBoxes()
316 box.left_ + box.GetWidth() * (i + 0.5f) / kNumToAddAsCandidates, in AddExtraCandidatesForBoxes()
317 box.top_ + box.GetHeight() * (j + 0.5f) / kNumToAddAsCandidates); in AddExtraCandidatesForBoxes()
Dconfig.h163 static const int kNumToAddAsCandidates = 1; variable