Skip to content

Commit 40b87c8

Browse files
hsharma35facebook-github-bot
authored andcommitted
Wakeword calibration and deployment.
Summary: Create a separate stateful wakeword model that keeps states as buffers. This avoids the need to explicitly manage/copy states between execution. Reviewed By: mcremon-meta Differential Revision: D68301862
1 parent b3d41f5 commit 40b87c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cadence/aot/compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def export_to_edge(
211211
torch.ops.aten.linalg_vector_norm.default,
212212
torch.ops.aten.unfold.default,
213213
torch.ops.aten.angle.default,
214+
torch.ops.aten.empty_permuted.default,
214215
],
215216
),
216217
)

0 commit comments

Comments
 (0)