mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
[quant][be] Add TestPT2ERepresentation test case (#108923)
Summary: att Test Plan: python test/test_quantization.py TestPT2ERepresentation Reviewers: Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/108923 Approved by: https://github.com/andrewor14
This commit is contained in:
committed by
PyTorch MergeBot
parent
064ae9ff33
commit
c914ca7577
@ -86,6 +86,7 @@ try:
|
||||
from quantization.pt2e.test_quantize_pt2e import TestQuantizePT2E # noqa: F401
|
||||
from quantization.pt2e.test_quantize_pt2e import TestQuantizePT2EOps # noqa: F401
|
||||
from quantization.pt2e.test_quantize_pt2e import TestQuantizePT2EModels # noqa: F401
|
||||
from quantization.pt2e.test_representation import TestPT2ERepresentation # noqa: F401
|
||||
from quantization.pt2e.test_x86inductor_quantizer import TestQuantizePT2EX86Inductor # noqa: F401
|
||||
from quantization.pt2e.test_quantize_pt2e_fx import TestQuantizePT2EFX # noqa: F401
|
||||
from quantization.pt2e.test_quantize_pt2e_fx import TestQuantizePT2EFXModels # noqa: F401
|
||||
|
Reference in New Issue
Block a user