Skip to content

Commit

Permalink
Move mediatek.passes to mediatek._passes (#6089)
Browse files Browse the repository at this point in the history
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
(cherry picked from commit e540bcb)

Co-authored-by: Tarun Karuturi <tkaruturi@meta.com>
  • Loading branch information
pytorchbot and tarun292 authored Oct 11, 2024
1 parent 7a2d986 commit 83ec9d7
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 83ec9d7

Please sign in to comment.