mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
move SchemaCheckMode to torch/_subclasses (#99743)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99743 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
884c5c86f1
commit
1f2d00e537
@ -8,7 +8,7 @@ import unittest
|
||||
|
||||
from torch.testing._internal.common_utils import run_tests
|
||||
from torch.fx.operator_schemas import normalize_function
|
||||
from torch.testing._internal.schema_check_mode import SchemaCheckMode
|
||||
from torch._subclasses.schema_check_mode import SchemaCheckMode
|
||||
from torch.utils._python_dispatch import TorchDispatchMode
|
||||
from torch.testing._internal.common_methods_invocations import op_db
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
|
Reference in New Issue
Block a user