Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Ddetection_post_process_fp32.c108 …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()
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Ddetection_post_process_test.cc48 auto *input_scores = new lite::Tensor; in DetectionPostProcessTestInit() local