Skip to content

Commit a961ab9

Browse files
authored
arm deconv matmul use gemm (#4594)
* arm deconv matmul use gemm * reduce gemm armv7 register uses
1 parent 254eb8d commit a961ab9

8 files changed

+1008
-666
lines changed

src/layer/arm/deconvolution_arm.cpp

+410-390
Large diffs are not rendered by default.

src/layer/arm/deconvolution_arm.h

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class Deconvolution_arm : virtual public Deconvolution
4242

4343
public:
4444
Layer* activation;
45+
Layer* gemm;
4546

4647
Mat weight_data_tm;
4748

0 commit comments

Comments
 (0)