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 2c65b97 commit 96a9d35Copy full SHA for 96a9d35
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