Searched defs:input_scores (Results 1 – 2 of 2) sorted by relevance
108 …MultiClassesFastCore(const int num_boxes, const int num_classes_with_bg, const float *input_scores, in NmsMultiClassesFastCore()132 …ctionPostProcessFast(const int num_boxes, const int num_classes_with_bg, const float *input_scores, in DetectionPostProcessFast()170 …onPostProcessRegular(const int num_boxes, const int num_classes_with_bg, const float *input_scores, in DetectionPostProcessRegular()
48 auto *input_scores = new lite::Tensor; in DetectionPostProcessTestInit() local