You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
219 B
8 lines
219 B
|
4 days ago
|
from torch._C import FileCheck as FileCheck
|
||
|
|
|
||
|
|
from . import _utils
|
||
|
|
|
||
|
|
# pyrefly: ignore [deprecated]
|
||
|
|
from ._comparison import assert_allclose, assert_close as assert_close
|
||
|
|
from ._creation import make_tensor as make_tensor
|