mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/77972 Approved by: https://github.com/ezyang
10 lines
182 B
Python
10 lines
182 B
Python
import torch
|
|
|
|
from torch._subclasses.fake_tensor import FakeTensor, _device_not_kwarg_ops
|
|
|
|
__all__ = [
|
|
"FakeTensor",
|
|
"_device_not_kwarg_ops",
|
|
"_is_tensor_constructor",
|
|
]
|