Home
last modified time | relevance | path

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

/external/pytorch/tools/testing/target_determination/heuristics/
Dinterface.py91 def add_test_score(self, test_run: TestRun, score_to_add: float) -> None:
105 self._test_scores[intersection] = old_score + score_to_add
/external/ComputeLibrary/src/runtime/CPP/functions/
DCPPDetectionPostProcessLayer.cpp404 …const float score_to_add in run() local
405 …t<float *>(_class_scores.ptr_to_element(Coordinates(b * num_classes_per_box + i)))) = score_to_add; in run()
406 max_scores.emplace_back(score_to_add); in run()