mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[ao] fuser_method_mappings.py fixing public v private (#87516)
Summary: made _get_valid_patterns, _DEFAULT_PATTERN_TO_FUSER_METHOD, _reverse3, _reverse2, _reverse_sequential_wrapper2, _DEFAULT_OP_LIST_TO_FUSER_METHOD, _sequential_wrapper2 private Test Plan: python test/test_public_bindings.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D40709281](https://our.internmc.facebook.com/intern/diff/D40709281) Pull Request resolved: https://github.com/pytorch/pytorch/pull/87516 Approved by: https://github.com/jcaip
This commit is contained in:
committed by
PyTorch MergeBot
parent
37b468ac77
commit
ad2eba802c
@ -10,6 +10,6 @@ from torch.ao.quantization.fuser_method_mappings import (
|
||||
fuse_conv_bn,
|
||||
fuse_conv_bn_relu,
|
||||
fuse_linear_bn,
|
||||
DEFAULT_OP_LIST_TO_FUSER_METHOD,
|
||||
_DEFAULT_OP_LIST_TO_FUSER_METHOD,
|
||||
get_fuser_method,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user