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 96298c1 commit ffd7e8bCopy full SHA for ffd7e8b
backends/qualcomm/utils/utils.py
@@ -822,6 +822,7 @@ def generate_multi_graph_program(
822
)
823
assert qnn_mgr.Init().value == 0, "failed to load processed bytes"
824
binary_info = bytes(qnn_mgr.Compile())
825
+ print("Checking the size of QNN binary info: ", len(binary_info))
826
assert len(binary_info) != 0, "failed to generate QNN context binary"
827
graph_names = qnn_mgr.GetGraphNames()
828
for graph_name in graph_names:
0 commit comments