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 a39ea29 commit f1fe34bCopy full SHA for f1fe34b
backends/qualcomm/runtime/QnnExecuTorchBackend.cpp
@@ -90,6 +90,8 @@ Result<DelegateHandle*> QnnExecuTorchBackend::init(
90
}
91
92
add_cached_delegate(signature, qnn_manager);
93
+ // This backend does not need its processed data after Init.
94
+ processed->Free();
95
return qnn_manager;
96
97
0 commit comments