mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-04 16:04:58 +08:00
See https://github.com/pytorch/pytorch/pull/129751#issue-2380881501. Most changes are auto-generated by linter. You can review these PRs via: ```bash git diff --ignore-all-space --ignore-blank-lines HEAD~1 ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/129765 Approved by: https://github.com/ezyang
21 lines
375 B
Python
21 lines
375 B
Python
# mypy: ignore-errors
|
|
|
|
from .utils import (
|
|
_gen_alignment_data,
|
|
assert_,
|
|
assert_allclose,
|
|
assert_almost_equal,
|
|
assert_array_almost_equal,
|
|
assert_array_equal,
|
|
assert_array_less,
|
|
assert_equal,
|
|
assert_raises_regex,
|
|
assert_warns,
|
|
HAS_REFCOUNT,
|
|
IS_WASM,
|
|
suppress_warnings,
|
|
)
|
|
|
|
|
|
# from .testing import assert_allclose # FIXME
|