mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[fx][trivial] Add TestConstFold coverage to test_fx (#54072)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54072 att Test Plan: Adding coverage Differential Revision: D27085591 fbshipit-source-id: 8c5ea5a52be619249f23a938ddb0a3aed1ada0f7
This commit is contained in:
parent
91747a5e93
commit
0806126aad
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ from torch.fx.proxy import TraceError
|
|||
from fx.quantization import Quantizer
|
||||
from fx.test_subgraph_rewriter import TestSubgraphRewriter # noqa: F401
|
||||
from fx.test_dce_pass import TestDCE # noqa: F401
|
||||
from fx.test_fx_const_fold import TestConstFold # noqa: F401
|
||||
|
||||
from typing import Any, Callable, Dict, NamedTuple, List, Optional, Tuple, Union
|
||||
from torch.testing._internal.common_utils import run_tests, TEST_WITH_ROCM, IS_WINDOWS, IS_SANDCASTLE, IS_MACOS
|
||||
|
|
|
|||
Loading…
Reference in a new issue