mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[skip ci] Set test owner for test_dispatch.py (#66840)
Summary: Action following https://github.com/pytorch/pytorch/issues/66232 Pull Request resolved: https://github.com/pytorch/pytorch/pull/66840 Reviewed By: saketh-are Differential Revision: D31829224 Pulled By: janeyx99 fbshipit-source-id: 66aceacd4f976c36ed48ca5be59616d245ba2a82
This commit is contained in:
parent
8cbdf49dce
commit
13b8599831
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["module: dispatch"]
|
||||
|
||||
import torch._C as C
|
||||
from torch.testing._internal.common_utils import TestCase, run_tests
|
||||
from torch._python_dispatcher import PythonDispatcher
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["module: codegen"]
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user