Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h152 static const int kFastDiffAmount = 10; variable
Dkeypoint_detector.cc234 if (difference > kFastDiffAmount) { in TestCircle()
244 } else if (difference < -kFastDiffAmount) { in TestCircle()