Home
last modified time | relevance | path

Searched defs:MatchScore (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dconfig.h34 struct MatchScore { struct
35 explicit MatchScore(double val) : value(val) {} in MatchScore() argument
36 MatchScore() { value = 0.0; } in MatchScore() argument
40 MatchScore& operator+(const MatchScore& rhs) { argument