Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dkeypoint_detector.cc85 const float curr_score = candidate_keypoints[i].score_; in SortKeypoints() local
88 SCHECK(last_score >= curr_score, in SortKeypoints()
90 i - 1, last_score, i, curr_score, num_candidates); in SortKeypoints()
92 last_score = curr_score; in SortKeypoints()
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops_test.py437 curr_score = (
463 if max_score > curr_score: