Commit Graph

15 Commits

Author SHA1 Message Date
xiaying 5895243607 [MNN:Sync] Sync Internal 2.8.4 2024-04-19 11:58:21 +08:00
xiaying 78c664ede9 Fix bug for arm82 run fastrcnn crash 2023-07-23 11:32:13 +08:00
xiaying 7629ba674e [MNN:Sync] Sync Internal 2.4.1 2023-03-20 11:32:29 +08:00
xiaying 68708c5d66 Sync Internal 2.0.4 2022-08-12 10:30:48 +08:00
Joker 02a1565bbb feat(ROI): add ARM82/AVX support for ROIPooling/ROIAlign 2022-01-29 18:03:25 +08:00
xiaying 1b626d72c3 [MNN:Sync] Sync internal gitlab 2022-01-04 10:50:40 +08:00
xiaying 71cd04e91c Fix compile bug for sse fma 2021-11-19 10:23:50 +08:00
aaron-wu f995ca6a8f fix(op): replace the _mm_load_ps and _mm_store_ps with _mm_loadu_ps and _mm_storeu_ps, to avoid segment errors when not aligned 2021-11-16 16:07:50 +08:00
aaron-wu e35ea54638 feat(op): Add SSE instruction set optimization for ROIAlign and ROIPooling op 2021-11-15 14:53:12 +08:00
aaron-wu 074bf5e275 fix(op): add assert to var samplingRatioW and samplingRatioH 2021-11-09 11:20:22 +08:00
aaron-wu 8e773602bf fix(schema): merge parameters for RoiPooling and RoiAlign into one table as RoiParameters 2021-11-09 11:11:27 +08:00
aaron-wu 7afb6abd1b fix(op): precalculate pos and area which shared by all channels; add defense programming for boundary case 2021-11-09 10:00:51 +08:00
aaron-wu 094d5697ae feat(op): add neon realization of CPUROIAlign op 2021-11-09 10:00:51 +08:00
aaron-wu 1af7d6f4d1 fix(op): fix compile error in linux system 2021-11-09 10:00:50 +08:00
aaron-wu cfac71f919 feat(op): add CPUROIAlign op and uint test 2021-11-09 10:00:50 +08:00