You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/qualcomm/custom_op/README.md
+1-68Lines changed: 1 addition & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,71 +94,4 @@ For now, only support one output tensors.
94
94
Consult the Qualcomm AI Engine Direct documentation for information on [generation op packages](https://docs.qualcomm.com/bundle/publicresource/topics/80-63442-50/op_def_schema.html).
95
95
96
96
## Registering Op Packages
97
-
After an op package library has been generated, certain information needs to be passed to the `compile_spec` in order to properly delegate the nodes. The following code example shows how to construct the `QnnExecuTorchOpPackageOptions` and register op packages with the `compile spec`.
After an op package library has been generated, certain information needs to be passed to the `compile_spec` in order to properly delegate the nodes. [The example script](custom_ops_1.py) shows how to construct the `QnnExecuTorchOpPackageOptions` and register op packages with the `compile spec`.
0 commit comments