This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Optimize matmul for arm neon * Optimize quantizer * Optimize pack_input * Optimize ApplyThresholdsAndPack for arm neon * Use float instead of double * Optimize extract_image_patches * Optimize tensor convert * Optimize memcpy * Optimize lookup * Optimize matmul * Copy thresholds in Network::init() * Fuse conv2d, apply_thresholds, pack_16bit, convert_tensor * Remove unused sources * Fix includes * Remove unused includes * Optimize and refactor quantized_conv2d_tiling * Fuse conv2d, apply_thresholds, pack_16bit, convert_tensor for x86 avx * Remove unused sources * Remove unused include * Fix options * Optimize matmul for x86 avx * Optimize quantized conv2d tiling for x86 avx * Remove unused dependency * Fix type * Make quantizer.cpp * Refactor assert * Fix for warning * Put B_buf on heap area * Fix for x86 avx * Fix CMakeLists and remove unused files * Remove unused include * Add test for Arm w/o FPGA and x86 with AVX * Fix index * Optimize packing * Fix pack_input_to_qwords * Optimize de-interleave * Remove unused lines * Remove comment
- Loading branch information
1 parent
4801a2f
commit 3937a64
Showing
28 changed files
with
1,770 additions
and
1,912 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.