We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81046a8 commit e05d75dCopy full SHA for e05d75d
backends/qualcomm/qnn_preprocess.py
@@ -51,7 +51,7 @@ def preprocess(
51
core_api_version = qnn_manager.GetQnnAPIVersion()
52
assert not obj_options.online_prepare or (
53
core_api_version[0] >= 2 and core_api_version[1] >= 23
54
- ), "Online prepare is disabled for Qnn API versions below 2.23.0."
+ ), "Online prepare is disabled for QNN API versions below 2.23.0."
55
56
qnn_manager.Init()
57
0 commit comments