Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
Forked from Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
C++ 2
-
-
Forked from OAID/Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
C++ 1
176 contributions in the last year
Contribution activity
June 2020
Created a pull request in Tencent/ncnn that received 2 comments
Add crop para check
copy_cut_border乍一看我也没理解用法,只能加点防御性 check 这样子;
修复crop.cpp 编译unused variable warnings;
修复CPU_SET和CPU_ZERO和 system header 冲突的redefined warnings,此问题在 TNN…