bindog
04b4b02324
[WIP] add reduce op support for onnx ( #1308 )
* [WIP] add reduce op support for onnx
* extend reduction to support 1,2-dim reduction and keepdims
* fix compile error
* split type to 3 flags && split keepdims to another function
6 years ago
nihuini
87ae1e9a2a
%e in ncnnoptimize
6 years ago
nihuini
583f0a7c2f
eliminate noop
6 years ago
nihuini
f7808b2dfc
write pad_value
6 years ago
nihuini
d67d2531ae
convert some well-known noop, printf %g to preserve precision
6 years ago
nihui
3eb30f4cdb
write deconvolution output pad and output shape, write instancenorm weight, fix #1053 fix #1122
6 years ago
nihuini
9a6ee37eef
asymmetric padding parameter for convolution and deconvolution family
6 years ago
nihui
49206ea03c
eliminate useless reshape for mbv3
6 years ago
xunings
481fe0808a
Write necessary data for memorydata in ncnnoptimize. ( #1194 )
6 years ago
Howave
a2647b5d29
Fix for MemoryData params in ncnn optimize tool ( #1188 )
6 years ago
tpoisonooo
1ca4387c9c
Auto choose conv implementation ( #1085 )
* add relative README_CN.md;
* obtain time cost with op->forward().
6 years ago
nihui
07260527fc
fix activation params
7 years ago
nihui
3e003ffd98
fuse sigmoid
7 years ago
nihuini
ed2e441a1d
fix write fp16 weight with tag
7 years ago
nihuini
81fda4d6d7
ncnnoptimize save fp16 storage weight
7 years ago
nihuini
48a1cb4052
more optimize routines ...
7 years ago
nihui
99b81b2ee9
eliminate dropout
7 years ago
nihuini
3f85cafc08
fuse relu leakyrelu clip into convolution/deconvolution/innerproduct
7 years ago
nihuini
5e98a8799c
fuse deconvolution batchnorm
7 years ago
nihuini
7984ffcb4d
ncnnoptimize tool
7 years ago