Skip to content

Commit

Permalink
Move cadence.aot.passes to cadence.aot._passes (#5921)
Browse files Browse the repository at this point in the history
Summary:
Changing cadence.aot.passes to cadence.aot._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5921

Reviewed By: helunwencser

Differential Revision: D63926847
  • Loading branch information
tarun292 authored and facebook-github-bot committed Oct 8, 2024
1 parent 5995635 commit 709a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/cadence/aot/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import torch

from executorch.backends.cadence.aot.passes import (
from executorch.backends.cadence.aot._passes import (
InitializePipeline,
RemoveNopExpandOpPass,
RemoveZeroSizedCatArgsPass,
Expand Down

0 comments on commit 709a604

Please sign in to comment.