Rename generate_numeric_debug_handle to numeric_debugger (#130590)

Summary:
att

Test Plan:
CI

Reviewers:

Subscribers:

Tasks:

Tags:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/130590
Approved by: https://github.com/dulinriley, https://github.com/tarun292
This commit is contained in:
Jerry Zhang
2024-07-15 21:40:24 +00:00
committed by PyTorch MergeBot
parent 535016967a
commit b893aa71ca
7 changed files with 7 additions and 7 deletions

View File

@ -85,7 +85,7 @@ try:
from quantization.pt2e.test_graph_utils import TestGraphUtils # noqa: F401
from quantization.pt2e.test_duplicate_dq import TestDuplicateDQPass # noqa: F401
from quantization.pt2e.test_metadata_porting import TestMetaDataPorting # noqa: F401
from quantization.pt2e.test_generate_numeric_debug_handle import TestGenerateNumericDebugHandle # noqa: F401
from quantization.pt2e.test_numeric_debugger import TestNumericDebugger # noqa: F401
from quantization.pt2e.test_quantize_pt2e import TestQuantizePT2E # noqa: F401
from quantization.pt2e.test_representation import TestPT2ERepresentation # noqa: F401
from quantization.pt2e.test_xnnpack_quantizer import TestXNNPACKQuantizer # noqa: F401