forked from neuralmagic/deepsparse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renaming and updating of code docs (neuralmagic#5)
* Renaming and updating of code docs: - nmie -> deepsparse - Model -> Engine - forward -> run * - address comments - refactor helper create_engine to compile_model * address review comments to fix: - more explanatory import error messages - improper benchmarking constraints * - add in mapped_run function
- Loading branch information
Showing
7 changed files
with
548 additions
and
491 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nmie/avx2/ | ||
nmie/avx512/ | ||
deepsparse/avx2/ | ||
deepsparse/avx512/ | ||
arch.bin | ||
cpu.py | ||
version.py |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
""" | ||
The DeepSparse package used to achieve GPU class performance | ||
for Neural Networks on commodity CPUs. | ||
""" | ||
|
||
# flake8: noqa | ||
|
||
from .engine import * |
Oops, something went wrong.