Commit Graph

809 Commits

Author SHA1 Message Date
tianbu.xsw 67c6e93278 use convolutionPad for pad computing 2020-11-06 10:21:49 +08:00
tianbu.xsw d64cc1076e softmax W dimension & bugfix 2020-11-06 10:21:49 +08:00
xiaying abb1d47641 Revert "[MNN:Bugfix] Fix bug for ThreadPool destroy dead lock"
This reverts commit 07e85594366c6b48b6f44293cde02420215ab32d.
2020-11-06 10:21:49 +08:00
xiaying 41c99e4e76 Fix bug for not call onResize in Expr 2020-11-06 10:21:49 +08:00
xiaying 586275f625 Support only weight int8 for gpu 2020-11-06 10:21:49 +08:00
xiaying 16603479f6 Fix bug for runtime create empty crash 2020-11-06 10:21:49 +08:00
Dahan Gong acad19ad68
Merge branch 'master' into fix-error-output 2020-11-06 09:11:36 +08:00
Hui Shu d6795ad031 Github release 1.1.0 2020-11-05 16:49:17 +08:00
gdh1995 d7a3719558 fix MNNConvert did not output fatal errors
If `LOG(FATAL)` and `CHECK(...)` throws a `std::runtime_error` instance,
the `main()` doesn't catch it, so no message can be seen (tested on Win 10).
2020-10-30 18:16:01 +08:00
xiaying 939a80dba8 Merge branch 'master' of https://github.com/alibaba/MNN 2020-10-30 10:07:46 +08:00
xiaying 79feeec29f Fix bug when not 4-dimension CPUFloatToInt8 / CPUInt8ToFloat treat bug 2020-10-30 10:07:32 +08:00
liqing 14680f680a add MNN workbench intro to README 2020-10-28 17:46:00 +08:00
jxt1234 5dd105c512
Merge pull request #1192 from landcold7/fix-typo
Fix typo
2020-10-28 11:13:22 +08:00
jxt1234 7e76c4da13
Merge pull request #1177 from proydakov/fixed-compile-warning-for-macos-clang-protobuf-deprecated-declarations-v2
Fixed compile warning for macos in OnnxUtils/TfUtils (-Wdeprecated-declarations)
2020-10-28 11:12:43 +08:00
jxt1234 968ae5eeaa
Merge pull request #1193 from mylofty/master
[Metal:Bugfix] fix metal memory leak
2020-10-28 11:11:39 +08:00
li-qing c3835d3150
fix doc url error 2020-10-27 15:40:31 +08:00
dingzhimin 2b9df6872e fix metal memory leak 2020-10-27 14:13:47 +08:00
dingzhimin befb18d068 fix metal memory leak 2020-10-26 17:29:15 +08:00
landcold7 7c3661dab7 Fix typo 2020-10-25 11:01:04 +08:00
Evgeny Proydakov e1376e6451 Fixed compile warning (-Wdeprecated-declarations). Code review. 2020-10-16 15:19:38 +03:00
和彬 d885331a50 fix armv82 element add bug 2020-10-16 10:18:02 +08:00
jxt1234 6ba10b8f1a
Merge pull request #1175 from yizhaoyanbo/dev
feat(arm82): add nearest interp support in arm82 backend
2020-10-15 11:12:07 +08:00
gaoruidong 9d86624bb7 refactor(arm82): refactor arm82 nearest interp without cacheline 2020-10-14 19:33:14 +08:00
gaoruidong dfd5046162 feat(arm82): add nearest interp support in arm82 backend 2020-10-14 16:43:08 +08:00
Evgeny Proydakov 7640396a90 Fixed compile warning for macos in OnnxUtils/TfUtils (-Wdeprecated-declarations) 2020-10-13 18:05:07 +03:00
jxt1234 7320ca0422
Merge pull request #1158 from proydakov/ios-clang-compilation-warnings-half-3rd-party
Fixed several clang warning in half 3rd_party library (errors: -Wdocumentation, -Wcomma)
2020-10-13 20:55:31 +08:00
jxt1234 e72133a7bf
Merge pull request #1164 from proydakov/fixed-clang-compile-warnings-shadow-unused
Fixed sevaral clang warnings for ios build (errors: -Wshadow, -Wunused-variable)
2020-10-13 20:54:48 +08:00
jxt1234 e8d9ee89ac
Merge pull request #1171 from alibaba/feature/bugfixconvert
[MNN:Bugfix] Fix bug for CPUTensorConvert for stride not match
2020-10-11 16:28:46 +08:00
xiaying 1d9c18c314 [MNN:Bugfix] Fix bug for CPUTensorConvert for stride not match 2020-10-11 15:41:26 +08:00
Evgeny Proydakov 06db7ab189 Fixed sevaral clang warnings for ios build. (-Wshadow, -Wunused-variable) 2020-09-30 14:46:48 +03:00
Evgeny Proydakov 5b41113379 Fixed several clang warning in half 3rd_party library 2020-09-29 15:45:11 +03:00
jxt1234 519f125906
Merge pull request #1150 from proydakov/fixed-compile-warnings-documentation
Fixed several compile warning in .hpp (-Wdocumentation warning)
2020-09-28 14:01:32 +08:00
jxt1234 8c12ddd1a2
Merge pull request #1151 from proydakov/fixed-compile-warnings-unused-variables
Fixed several compile warnins in .cpp (-Wunused-variable)
2020-09-28 14:00:40 +08:00
Evgeny Proydakov a3998d638b Fixed several compile warnins in .cpp (-Wunused-variable) 2020-09-25 14:17:51 +03:00
Evgeny Proydakov 10dd24c3db Fixed several compile warning in .hpp (-Wdocumentation warning) 2020-09-25 14:10:47 +03:00
jxt1234 3ea9dd1866
Merge pull request #1128 from yizhaoyanbo/dev
feat(arm82): support leakyRelu in arm82
2020-09-16 13:49:58 +08:00
yizhaoyanbo 974c3c2df9 feat(arm82): add leakyRelu support in arm82 backend 2020-09-16 12:27:58 +08:00
xiaying 6a480697b4 [ARM82:Bugfix] Fix bug for Arm82Convolution3x3 load fp16 weight 2020-09-16 11:16:20 +08:00
xiaying 0e40739e8a Fix error for vulkan convolution depthwise in pixels2 2020-09-16 00:13:06 +08:00
jxt1234 5b547ac6cd
Merge pull request #1096 from 103yiran/103yiran-patch-pipeline
fix spell error
2020-09-15 21:37:01 +08:00
jxt1234 9850d299b0
Merge pull request #1105 from luuil/master
Fix compile errors caused by type conversion on windows
2020-09-15 21:36:28 +08:00
jxt1234 5fdb07dc3c
Merge pull request #1109 from proydakov/python3_compatible
Using python2/3 compatible print function
2020-09-15 21:29:43 +08:00
jxt1234 3a21cd68ed
Merge pull request #1049 from rinthel/tflite-conversion-and-vulkan-validation
TFLITE PRelu support and fixing vulkan validation errors
2020-09-15 21:11:04 +08:00
xiaying 796f5ca736 [ARM82:Bugfix] Fix not merge code for Arm82Convolution3x3 2020-09-10 10:07:05 +08:00
xiaying 04e5bb7564 [ARM82:Bugfix] Fix bug for convolution3x3 crash 2020-09-10 10:04:03 +08:00
xiaying 5b3ed465c5 Merge branch 'master' of https://github.com/alibaba/MNN 2020-09-09 21:00:40 +08:00
xiaying 299ae57979 [Tools:Bugfix] Fix quantization don't support RGBA input bug 2020-09-09 21:00:10 +08:00
Evgeny Proydakov 73697e894d Using python2/3 compatible print function 2020-09-04 22:10:39 +03:00
liqing fd488625da add QR code for DingTalk group #3 2020-09-04 17:01:36 +08:00
liulu 3d46f9a250 Fix compile errors caused by type conversion on windows(occurs in both vs2015 and vs2017). 2020-09-01 18:57:24 +08:00