Commit Graph

6 Commits

Author SHA1 Message Date
kekxv 0f1f18ae5e
fix: ssize_t 旧版本gcc未定义问题
添加 #include <sys/types.h> 修复 ssize_t 旧版本gcc未定义问题
2024-12-30 09:13:43 +08:00
xiaying e1ae448030 [MNN:Bugfix] Fix bug for windows compiler error of ResizeFunction 2023-07-05 13:08:33 +08:00
xiaying 69130ebd78 [MNN:Sync] Sync Internal 2.6.0 2023-07-05 11:44:25 +08:00
xiaying 930a9345c1 [MNN:Sync] Sync Internal 2.5.3 2023-06-16 09:42:45 +08:00
liqing 6a4213f7dc beta 0.2.0.0
- replace FreeImage with stb_image
- warn unicode error in Windows compiling
- separate clang/gcc build script for android
- add default values in fbs
- optimize CPU conv / conv depthwise / deconv / deconv depthwise / lstm / sigmoid
- add sub support in eltwise
- add reciprocal / log1p / log in unary
- add zero like / select / set diff 1d
- add batch support for permute
- add training codes
- fix metal error in dynamic separate storage type handling
2019-06-17 20:10:35 +08:00
liqing 5551108af8 beta 0.1.0 2019-04-19 20:50:09 +08:00