nihuini
6db731408c
crop vulkan pack1to4 and pack4to1
6 years ago
nihui
35990bb5d5
instancenorm vulkan
6 years ago
nihuini
4b8fb744bc
fix potential to_pixels_resize out of range write, fix #1201
6 years ago
nihui
c2bc0d1b88
padding vulkan reflect mode
6 years ago
nihuini
296e0022df
deconvolution output adj and output shape
6 years ago
nihuini
e4b44d293e
more autopad SAME_LOWER
6 years ago
nihuini
0e26e3094e
autopad SAME_LOWER
6 years ago
nihuini
9c1eeb5d5c
raise NCNN_MAX_PARAM_COUNT from 20 to 32
6 years ago
nihuini
9a6ee37eef
asymmetric padding parameter for convolution and deconvolution family
6 years ago
nihui
29324771b1
Implemented hard swish layer ( #1195 )
6 years ago
nihuini
3d5b7f20ff
avgpool count_include_pad
6 years ago
Hao Zeng
1f6919fd40
Implemented hard swish layer
6 years ago
Natsu
637d96c1d2
Fix gcc 9 compilation failure ( #1189 )
* Fix gcc 9 compilation failure
* Fix compilation failure on linux gcc
* Fix compilation failure on old gcc
* Remove C++11 requirement
6 years ago
nihui
ff62e7eed9
use_packing_layout option works
6 years ago
nihui
069e2da6a6
cast pack4 arm neon
6 years ago
nihui
394f6786b9
neon enable support_packing
6 years ago
nihuini
1cce18bdde
binaryop broadcast vulkan
6 years ago
Natsu
77274eb336
Fixes clang compilation failure ( #1179 )
6 years ago
nihui
0b6d7b7096
use underscored offset
6 years ago
nihuini
e62b52ed77
eltwise pack4 arm neon
6 years ago
nihuini
26c081cc05
concat pack4 arm neon
6 years ago
nihuini
163fb92537
concat vulkan pack1to4 and pack4to1to4
6 years ago
nihuini
1b910efea5
convert slice properly
7 years ago
nihui
cf42e7c254
deconvolutiondepthwise pack4 arm neon
7 years ago
nihui
b4c388a72a
Mat misc function accept option parameter, deconvolution pack4 arm neon
7 years ago
nihui
60c0890eaf
crop region -234 is rarely used, fix out of channel range write, crop pack4 arm neon
7 years ago
nihuini
6a1a8d96a6
fix reinterpret u32 to f32, second try
7 years ago
nihuini
c46d9d5d65
fix reinterpret u32 to f32
7 years ago
nihuini
b322db1845
tanh arm neon optimize
7 years ago
nihuini
e0798faee3
binaryop unaryop pack4 arm neon
7 years ago
nihuini
77c1f361b7
comment for broadcasting rules
7 years ago
nihuini
dcff44f19b
softmax pack4 arm neon
7 years ago
nihuini
85809219d6
mat fill float32x4_t type
7 years ago
nihuini
730a1243b7
dropout pack4 arm neon, fix scale prelu pack4 openmp on vector
7 years ago
nihuini
5de87eb667
scale pack4 arm neon
7 years ago
nihuini
77dc3f024d
prelu pack4 arm neon
7 years ago
nihuini
7200632af4
flatten pack4 arm neon
7 years ago
nihuini
640a0372d5
pooling pack4 arm neon
7 years ago
tpoisonooo
1a0459cffe
Update convolution_arm.cpp
add break.
7 years ago
nihuini
c4f23ae8ad
rename Mat packing to elempack
7 years ago
nihuini
8da6e60db1
innerproduct pack4 arm neon
7 years ago
nihui
ea9c114922
install headers into include/ncnn, install cmake files to lib/cmake/ncnn, fix #1129 fix #1130
7 years ago
Chang Si
d3be711c52
fix onnx2ncnn bug in Slice layer
7 years ago
nihui
7655b9e4e9
fix build on armv7 again ...
7 years ago
nihui
a97439988f
fix build on armv7
7 years ago
nihui
c013bd9b7e
vulkan convolution winograd f63
7 years ago
nihuini
81a5dfe76b
general convolution and convolutiondepthwise arm neon pack4, wip
7 years ago
nihuini
834224fea8
new option use_packing_layout
7 years ago
Natsu
6d1944f2c3
CMake improvement ( #1115 )
* CMake improvement
* Fix bugs
* Fix typo
* Propagate vulkan dependency
* import vulkan
* add config files, now exported target cmake should be able to find packages
* Propagate no-rtti and no-exception
* Provide a option to control rtti and exception in mobile platform
* Make cmake clean
* Resolve conflicts
* Update CMake
PIE is propagated by INTERFACE_POSITION_INDEPENDENT_CODE
* Remove bad things
7 years ago
nihuini
eced9c81c6
fix crash on x86 conv7x7s1 dilation > 1, fix #1110 , fix #1117
7 years ago