Skip to content

Commit e540bcb

Browse files
tarun292facebook-github-bot
authored andcommitted
Move mediatek.passes to mediatek._passes (#5922)
Summary: Changing mediatek.passes to mediatek._passes to indicate that these passes are not covered under the API stability guarantee. Pull Request resolved: #5922 Reviewed By: helunwencser Differential Revision: D63926846 fbshipit-source-id: fcea1a560892200f9ca0e110104908de0be25867
1 parent da1d2ca commit e540bcb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

backends/mediatek/quantizer/quantizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from torch.ao.quantization.quantizer import Quantizer
88
from torch.fx import GraphModule
99

10-
from ..passes.decompose_scaled_dot_product_attention import (
10+
from .._passes.decompose_scaled_dot_product_attention import (
1111
DecomposeScaledDotProductAttention,
1212
)
1313
from .annotator import annotate

0 commit comments

Comments
 (0)