Home
last modified time | relevance | path

Searched refs:all_bbox_scores (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/layer/
H A Dyolodetectionoutput.cpp181 std::vector<float> all_bbox_scores; in forward_inplace() local
278all_bbox_scores.insert(all_bbox_scores.end(), box_bbox_scores.begin(), box_bbox_scores.end()); in forward_inplace()
283 qsort_descent_inplace(all_bbox_rects, all_bbox_scores); in forward_inplace()
297 bbox_scores.push_back(all_bbox_scores[z]); in forward_inplace()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/layer/
H A Dyolodetectionoutput.cpp181 std::vector<float> all_bbox_scores; in forward_inplace() local
278all_bbox_scores.insert(all_bbox_scores.end(), box_bbox_scores.begin(), box_bbox_scores.end()); in forward_inplace()
283 qsort_descent_inplace(all_bbox_rects, all_bbox_scores); in forward_inplace()
297 bbox_scores.push_back(all_bbox_scores[z]); in forward_inplace()
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/layer/
H A Dyolodetectionoutput.cpp181 std::vector<float> all_bbox_scores; in forward_inplace() local
278all_bbox_scores.insert(all_bbox_scores.end(), box_bbox_scores.begin(), box_bbox_scores.end()); in forward_inplace()
283 qsort_descent_inplace(all_bbox_rects, all_bbox_scores); in forward_inplace()
297 bbox_scores.push_back(all_bbox_scores[z]); in forward_inplace()
/dports/misc/ncnn/ncnn-20211208/src/layer/
H A Dyolodetectionoutput.cpp181 std::vector<float> all_bbox_scores; in forward_inplace() local
278all_bbox_scores.insert(all_bbox_scores.end(), box_bbox_scores.begin(), box_bbox_scores.end()); in forward_inplace()
283 qsort_descent_inplace(all_bbox_rects, all_bbox_scores); in forward_inplace()
297 bbox_scores.push_back(all_bbox_scores[z]); in forward_inplace()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/src/layer/
H A Dyolodetectionoutput.cpp181 std::vector<float> all_bbox_scores; in forward_inplace() local
278all_bbox_scores.insert(all_bbox_scores.end(), box_bbox_scores.begin(), box_bbox_scores.end()); in forward_inplace()
283 qsort_descent_inplace(all_bbox_rects, all_bbox_scores); in forward_inplace()
297 bbox_scores.push_back(all_bbox_scores[z]); in forward_inplace()