mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/72708 Test Plan: Imported from OSS Reviewed By: mrshenli Differential Revision: D34457728 Pulled By: mruberry fbshipit-source-id: 8e017d2a1fd45f69533d1cdfd906d242b6b3ee68 (cherry picked from commit 8a2333a5668e64b45ab8cbc195e5e06383d49c0a)
5 lines
145 B
Python
5 lines
145 B
Python
from ._comparison import assert_close
|
|
from torch._C import FileCheck
|
|
from ._creation import make_tensor
|
|
from ._deprecated import * # noqa: F403
|