pytorch/torch/testing
Michael Suo 8a170fbacd [package] fix mangling issues with TorchScript (#54915)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54915

TorchScript and torch.package have different mangling schemes. To avoid
them interfering with each other, we should undo the torch.package
mangling before processing anything with TorchScript (since TS
independently makes sure that no names collide).

Test Plan: Imported from OSS

Reviewed By: SplitInfinity

Differential Revision: D27410472

Pulled By: suo

fbshipit-source-id: d1cc013c532d9abb7fb9615122bc465ded4785bb
2021-03-31 00:58:05 -07:00
..
_internal [package] fix mangling issues with TorchScript (#54915) 2021-03-31 00:58:05 -07:00
__init__.py [testing] OpInfo for sgn and sign (#53885) 2021-03-22 09:39:40 -07:00
asserts.py initial draft for assert_tensors_(equal|allclose) in torch.testing (#53820) 2021-03-18 20:32:03 -07:00
check_kernel_launches.py