-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QNN Compilation Support in Command Line Interface commands 1. Infer/Compile API Changes to include --enable_qnn [Optional QNN Config File] 2. Added qnn_config.json file format. 3. Added generate_qnn_network_specialization_config.py to create custom_io_config.yaml file for QNN Compilation Step. 4. Modified utils/constants.py to include QnnConstants required to support QNN compilation. 5. Updated quick_start.md to include QNN Compilation steps. 6. Added QNN Compilation utilities in _utils.py 7. Added Unit Tests for QNN Compilation path Signed-off-by: Shubham Agrawal <[email protected]>
- Loading branch information
1 parent
1d7c624
commit dc2c509
Showing
14 changed files
with
880 additions
and
44 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
Oops, something went wrong.