Zhuo Zhang
1ff623b0fe
doc: supplementary explanation for how to commit ( #2626 )
5 years ago
Zhuo Zhang
87af7126a3
fix typo in ncnn-load-model document ( #2625 )
5 years ago
nihuini
6550a517ef
adapt mlir api changes, update tf dialect
5 years ago
daquexian
73fb3b583f
update convertmodel.com in readme ( #2620 )
Signed-off-by: daquexian <daquexian566@gmail.com>
5 years ago
nihui
5e4ea0b74c
Ci release shared library ( #2619 )
5 years ago
nihui
db814e1640
reduce innerproduct gemm gpu memory usage ( #2618 )
5 years ago
nihui
4cd1a5c0e3
simplify innerproduct x86 arm packing class
5 years ago
nihui
80499bd64a
enable VK_LAYER_KHRONOS_validation layer in modern vulkan sdk
5 years ago
nihui
b01728a3be
fix crash when eliminating memory footprint on undefined blobs, fix #2609
5 years ago
Evgeny Proydakov
db8a747351
Fixed compile warning in 'eltwise_vulkan.cpp'. [-Wunused-variable] ( #2612 )
5 years ago
nihuini
11c569fc52
fix in-between empty input node
5 years ago
Cai Shanli
69eee9228a
add pytest extractor ( #2598 )
5 years ago
nihuini
5bd07030ab
remove onnx expand shape node
5 years ago
nihui
74451897cb
handle gemm in innerproduct ( #2607 )
5 years ago
nihui
af7d8184aa
handle image allocation failure properly
5 years ago
nihui
0a59ac9b16
integer warpaffine ( #2604 )
* integer warpaffine
* fix some corner case
* fix yuv420sp border value
5 years ago
nihuini
34557fb134
memorydata upload packed data, fix #2599
5 years ago
Cai Shanli
2785398eca
add pytest net ( #2593 )
* add pytest net
* fix typo error
* fix header year
5 years ago
nihui
4f2907d129
arm neon optimization for rnn ( #2601 )
5 years ago
nihui
6672b09a37
arm neon optimization for gru ( #2597 )
5 years ago
nihui
0b35540c72
arm neon optimization for lstm ( #2595 )
5 years ago
tpoisonooo
4dbef4535d
docs(develop-guide): add second pr ( #2589 )
5 years ago
nihuini
6572e98f66
handle onnx transpose 102 201 after lstm
5 years ago
Qing
8a1f654f95
add pooling operator doc ( #2591 )
Co-authored-by: wq.chu <wq.chu@tianrang-inc.com>
5 years ago
Qing
d3a30437b8
Update operation-param-weight-table.md ( #2590 )
5 years ago
nihuini
ce9ae96bde
do not expose arm82 features for gcc < 4.7
5 years ago
Cai Shanli
30e949bd8b
add pytest allocator ( #2584 )
5 years ago
Cai Shanli
e246dba39b
add pytest option ( #2587 )
5 years ago
nihui
e243edf991
interp align_corner vulkan implementation
5 years ago
nihuini
f3eddada51
fix arm82 packing
5 years ago
nihuini
3915b5d496
arm neon optimization for packing fp16/bf16 pack8 family
5 years ago
nihui
fca04980f3
enhance padding test ( #2580 )
* workaround nvidia driver crash
* workaround radv buffer_ld1 zero bug
* fix offset elempack
5 years ago
mosheliv
ba70b2f780
Update README.md ( #2581 )
* Update README.md
type in pip command to install requirements
* Update model_store.py
fix not working url. the models in the previous url were just stub.
5 years ago
tpoisonooo
6dcf86b0e6
Add pr doc ( #2571 )
5 years ago
nihui
80fdddb502
more slice test
5 years ago
nihui
09b2bf6213
Break down forward_layer ( #2577 )
5 years ago
nihui
ef3550b52f
gru and rnn layer ( #2572 )
5 years ago
Cai Shanli
6dc21825eb
add python build ci on mac and windows ( #2566 )
add test mat, blob and paramdict
fix README.md build
print mat'data in python
5 years ago
ncnnnnn
3b6948e597
eadme Pi->Pi3 ( #2569 )
5 years ago
nihuini
cf853bd3ce
convert onnx gru rnn graph
5 years ago
Guoxia Wang
13d0bfcfd0
fix onnx2ncnn adaptive pool conversion bug, remove no used weights node ( #2570 )
5 years ago
nihuini
8790de3507
better onnx lstm fusion
5 years ago
nihuini
9b949d65b3
fuse onnx lstm, codeformat exclude pybind11, fix #2562
5 years ago
ncnnnnn
f1c19c1090
pooling_x86_unused_opt ( #2565 )
5 years ago
Guoxia Wang
609f63c57e
support PyTorch AdaptiveAvgPool2d and AdaptiveMaxPool2d ( #2546 )
* support pytorch adaptive pool
* support onnx2ncnn adaptive pool convert
* support ncnnoptimize adaptive pool param write
* fix adaptive pool out_shape order
* fix adaptive pool out_shape order, H and W can be either a int
add test case, set support_vulkan = false Pooling_vulkan::create_pipeline
* review adaptive pool
* fix typo
* add adaptive pool forward in pooling_x86.cpp pooling_arm.cpp
fix out_w, out_h id naming convention
* fix typo
* don't support packing, bf16, int8, image for adaptive pool
* Restyled by clang-format
* Restyled by astyle
* Restyled by clang-format
* Restyled by astyle
Co-authored-by: Restyled.io <commits@restyled.io>
5 years ago
nihui
21dc650eb3
check layer support ( #2564 )
5 years ago
Cai Shanli
a5560340e0
add python build ci ( #2550 )
fix build python with lastest ncnn
5 years ago
Zhuo Zhang
aac39e917f
fix mingw-x64 compilation for PC SIMD ( #2554 )
5 years ago
tpoisonooo
baf49574c4
innerproduct aarch64 use gemm ( #2521 )
* perf(innerproduct-arm): add aarch64 gemm
* fix(innerproduct): fix compilation errror
* fix(armv7-innerproduct): fix armv7 compilation error
* fix(innerproduct): fix gemm param
* fix(int8): update mock scales and fix runtime error
* fix(compilation): fix compilation error
5 years ago
nihui
ce7ac39a96
include arm82 on native macos arm64, supp fix
5 years ago