mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 21:49:24 +08:00
[BE][2/16] fix typos in torch/ (torch/_*/) (#156312)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156312 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
8b97e4dd8c
commit
7a92b51196
@ -954,7 +954,7 @@ class TestFX(JitTestCase):
|
||||
script_out = scripted_lowered(x)
|
||||
torch.testing.assert_close(script_out, ref_out)
|
||||
|
||||
# Test TorchScript ser/de
|
||||
# Test TorchScript SerDe
|
||||
import_copy = self.getExportImportCopy(scripted_lowered)
|
||||
imported_out = import_copy(x)
|
||||
torch.testing.assert_close(imported_out, ref_out)
|
||||
|
Reference in New Issue
Block a user