Skip to content

Commit df1a777

Browse files
tarun292facebook-github-bot
authored andcommitted
Move cadence.aot.passes to cadence.aot._passes
Differential Revision: D63926847
1 parent 5995635 commit df1a777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/aot/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import torch
1313

14-
from executorch.backends.cadence.aot.passes import (
14+
from executorch.backends.cadence.aot._passes import (
1515
InitializePipeline,
1616
RemoveNopExpandOpPass,
1717
RemoveZeroSizedCatArgsPass,

0 commit comments

Comments
 (0)