Skip to content

Commit

Permalink
Move mediatek.passes to mediatek._passes (#5922)
Browse files Browse the repository at this point in the history
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
(cherry picked from commit e540bcb)
  • Loading branch information
tarun292 authored and pytorchbot committed Oct 10, 2024
1 parent dc496bb commit 87ca78c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion backends/mediatek/quantizer/quantizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from torch.ao.quantization.quantizer import Quantizer
from torch.fx import GraphModule

from ..passes.decompose_scaled_dot_product_attention import (
from .._passes.decompose_scaled_dot_product_attention import (
DecomposeScaledDotProductAttention,
)
from .annotator import annotate
Expand Down

0 comments on commit 87ca78c

Please sign in to comment.