You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
daquexian e801568031 Add support for prelu 4 years ago
..
Shaper.cpp init 5 years ago
Shaper.h init 5 years ago
StrKeyMap.h Make onnx2bnn c++11 compatible, add onnx2bnn build ci 5 years ago
argh.h onnx2bnn: Update the method to discover binary convs, add '--strict' arg (not test) 5 years ago
baseline.h Update baseline bconv, it works if gemm is compatible only if weight_mat->h * weight_mat->w * weight_mat->c % 2 == 0 4 years ago
common_bitpack.h stash 4 years ago
dab.fbs support prelu 4 years ago
dab_generated.h support prelu 4 years ago
flatbuffers_helper.h Add support for prelu 4 years ago
helper.h Improve assertions, remove unused funcs 4 years ago
log_helper.h init 5 years ago
macros.h Upgrade model version to 2, remove the binarize layer 4 years ago

我们推出了 dabnn,一个用 ARM 汇编重写了卷积,高度优化的二值网络 inference 框架。实验显示 dabnn 相对于现有的二值网络和浮点网络 inference 框架均能带来极大的加速。在运行单个二值卷积时,我们的速度是 BMXNet (除 dabnn 外唯一一个二值网络 inference 框架) 的 800%~2400%,在运行二值化的 ResNet-18 时,我们的速度是 BMXNet 的约 700%。

C++ C Markdown Text Shell other