mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
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:
committed by
PyTorch MergeBot
parent
535016967a
commit
b893aa71ca
@ -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
|
||||
|
Reference in New Issue
Block a user