Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc214 int num_below = 0; in TestCircle() local
238 num_below = 0; in TestCircle()
246 ++num_below; in TestCircle()
251 if (num_below >= threshold) { in TestCircle()
256 num_below = 0; in TestCircle()
262 if (MAX(num_above, num_below) < minimum_by_now) { in TestCircle()