nihui
525df8bcc5
rnn/lstm/gru with unequal input output ( #3352 )
4 years ago
nihui
f448a8f595
implement interp-1d on 2d blob ( #3349 )
4 years ago
huoshuai-dot
d8665b3687
Update how-to-implement-custom-layer-step-by-step.md ( #3348 )
4 years ago
teng
8f2fdccb60
[fix] Fix link errors ( #3347 )
4 years ago
空言
dbf2db26fe
Update operators.md ( #3345 )
change weight type
4 years ago
xiguadong
3aced29bda
Update how-to-build.md ( #3344 )
4 years ago
Martin Han
7633257ac5
Add support to Ingenic X2000 & T40 CPU ( #3343 )
* Support Ingenic X2000 & T40
T40 claimed to have MIPS32R2 with MSA, but tested not working on my unit, so set to mips32r2 without MSA.
* Add Ingenic T40XP benchmark result
4 years ago
nihui
5eb4a2ccd0
implement convolutiondepthwise1d ( #3342 )
4 years ago
Zhiqiang Wang
a539f16c13
Fix link url of xxYUV ( #3340 )
4 years ago
ncnnnnn
ffcf5b64de
Update Home.md ( #3339 )
4 years ago
nihui
b3a521981b
implement interp cubic aligncorner ( #3338 )
4 years ago
nihui
adfc8b25bc
fix deconv output pad ( #3337 )
4 years ago
nihuini
43cf616000
ncnnoptimize embed, fix #3335
4 years ago
nihui
f86a307ab5
silence code scanning
4 years ago
nihui
6a52e8e5f2
fix potential integer type overflow
4 years ago
nihui
a5b846371a
fix adaptive pooling vulkan, second try
4 years ago
Wang Kangyu
53040f566b
use int ceil/floor div ( #3333 )
4 years ago
nihuini
514770a37e
fix adaptive pooling vulkan
4 years ago
luqiang guo
3b85b30e83
Update faq.md ( #3332 )
4 years ago
nihuini
80f2138b0c
fix adaptive pooling
4 years ago
nihuini
6c2cee8186
fix mat clone with atypical source cstep
4 years ago
nihuini
a490f8a533
fix layernorm with affine
4 years ago
Feng Wang
e887f04d03
update(example): preprocess logic of YOLOX ( #3315 )
4 years ago
iotboy
a533eea214
Update how-to-build.md ( #3314 )
Adjust the command line format on "Build for Linux"
4 years ago
Tijmen Verhulsdonck
ac5dc23ccc
added a number of optimized sse layers ( #3302 )
* added a number of optimized sse layers, specifically to increase performance of mobilenet style networks
4 years ago
ncnnnnn
0d32389efd
Update build-for-VisualStudio.zh.md ( #3300 )
4 years ago
zhiliu6
a08f700775
Optimize avx convolution activation ( #3299 )
* use general fmadd
* forceline x86 fmadd for better performance
* fix msvc compile warning
* simplify swish implementation
* Use activation layer for better performance
* Optimize x86 ConvolutionDepthWise activation
4 years ago
Tijmen Verhulsdonck
e3aa893dfb
move custom_layer_to_index to public ( #3294 )
4 years ago
nihui
750eab81f5
skip rvm example build with simpleocv
4 years ago
Nixon Dutta
e8a8e0a874
Corrected the path for python version installation ( #3293 )
4 years ago
zhiliu6
2ee675d6b8
YOLOv5 example add v6.0 support. ( #3292 )
4 years ago
nihui
aa9753b2f0
detach mat from local blob allocator so net instance could be destroyed much earlier ( #3287 )
4 years ago
YuShiquan
0b12f5ee07
update readme of quantize ( #3283 )
4 years ago
Richuanwu
88c294ecc9
remove travis ci arm32 ( #3279 )
4 years ago
zhiliu6
814f89ef1a
Fuse HardSwish activation into Convolution and InnerProduct ( #3233 )
* add general fused activation
* add NCNN_FORCE_INLINE option
4 years ago
nihui
647ceffea4
ci test-coverage lavapipe ( #3266 )
4 years ago
nihui
4313d23355
update ci swiftshader 20211002 ( #2366 )
* build macos vulkan
* drop rt
* load swiftshader
* workaround swiftshader fltmax fp16 nan
Co-authored-by: zhuo@mbp <imzhuo@foxmail.com>
4 years ago
Tijmen Verhulsdonck
4270b5c502
Fix broken codepaths with AVX only ( #3254 )
* Fix codepaths for fp16 weights when only AVX is enabled
* Disable opt overrides
* Update SDK url
* Update vulkan SDK download version
* Debugging risv pad
* apply code-format changes
* fix padding test
* fix mips slice test
* fix lrn test
* implement mish swish image shader, fix pooling adaptive image storage support, drop debug output
* update ci ubuntu 18.04
Co-authored-by: nihui <shuizhuyuanluo@126.com>
4 years ago
Zhuo Zhang
492297d2f6
add A15 and M1 macro definitions ( #3263 )
4 years ago
dankernel
69c4295681
Update how-to-build.md ( #3248 )
vulkansdk version update
4 years ago
nihui
b7214c1b76
apply code-format changes
4 years ago
Martin Han
ef402b76e0
Add scrfd crowdhuman model support ( #3237 )
Co-authored-by: v-shux <v-shux@microsoft.com>
4 years ago
FeiGeChuanShu
4cef99b675
Add RobustVideoMatting example code ( #3243 )
4 years ago
nihui
52721dd1eb
Update operators.md
4 years ago
nihui
0902594334
Update operators.md
4 years ago
nihui
57ad2c138c
fix build on c906, fix #3230
4 years ago
nihui
a74c64df78
Update operators.md
4 years ago
dependabot[bot]
1367dd9ebf
Bump codecov/codecov-action from 2.0.3 to 2.1.0 ( #3223 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.3...v2.1.0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Jimmy
52c6502ae7
Feature/ncnntool/add install ( #3212 )
4 years ago
zhiliu6
80699dd3f9
fix hardswish test beta param ( #3214 )
4 years ago