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 bad1c0ab2d
Merge pull request #47 from JDAI-CV/update_onnx2bnn
4 years ago
.daq_pm/configs Add daq_pm benchmark_v7 configuration 5 years ago
Eigen init 5 years ago
benchmark Add guard in unsupported functions 5 years ago
binaries Update run.cpp for multiple blobs 5 years ago
ci Windows CI compatibility 4 years ago
cmake Update gtest.cmake 4 years ago
common Polish 4 years ago
dabnn Replace assert by BNN_ASSERT (solves #42) 4 years ago
docs Update the line number in onnx2bnn.md 4 years ago
flatbuffers init 5 years ago
images Update imgs 5 years ago
tests Remove invalid tests 4 years ago
third_party Remove pybind11 submodule 4 years ago
tools Remove python wrapper since we have already pre-built binaries 4 years ago
.clang-format init 5 years ago
.gitignore onnx2bnn python package 5 years ago
.gitmodules Remove pybind11 submodule 4 years ago
CMakeLists.txt Update gtest.cmake 4 years ago
LICENSE init 5 years ago
README.md Update README furtherly for our arxiv eprint 4 years ago
README_CN.md Update README furtherly for our arxiv eprint 4 years ago

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

C++ C Markdown Text Shell other