Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_detector.h87 match_score_(match_score), in Detection()
92 match_score_(other.match_score_), in Detection()
102 return match_score_; in GetMatchScore()
116 return a.match_score_ > b.match_score_; in operator()
122 MatchScore match_score_; variable