Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_detector.h172 virtual bool AllowSpontaneousDetections() = 0;
217 virtual bool AllowSpontaneousDetections() { in AllowSpontaneousDetections() function
Dobject_tracker.cc509 if (!detector_->AllowSpontaneousDetections() && in GetBestObjectForDetection()
551 detector_->AllowSpontaneousDetections(); in ProcessDetections()
570 CHECK_ALWAYS(detector_->AllowSpontaneousDetections(), in ProcessDetections()
652 detector_->AllowSpontaneousDetections() : false; in TrackObjects()