onnxruntime
[QNN EP] Python script to modify Onnx model to make it aligned with converted QNN model
#16423
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
7
Changes
View On
GitHub
Commits
Python script to insert Cast, Transpose nodes to Onnx model based on the input output information got from QNN converted model.
HectorSVC
committed
2 years ago
move script to onnxruntime/python/tools/qnn folder
HectorSVC
committed
2 years ago
fix python code format issues
HectorSVC
committed
2 years ago
fix python format issues
HectorSVC
committed
2 years ago
change to read from converted QNN model_net.json file which makes it a lot easier
HectorSVC
committed
2 years ago
add some validation
HectorSVC
committed
2 years ago
Add comments for extra parameter if the model exceeds 2GB limit
HectorSVC
committed
2 years ago
Loading