:')
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92174
Approved by: https://github.com/ezyang, https://github.com/Skylion007
This commit is contained in:
Jane (Yuan) Xu 2023-01-14 05:36:47 +00:00 committed by PyTorch MergeBot
parent 421f40e051
commit 3debb97084

View file

@ -392,7 +392,6 @@ $5 = torch._ops.aten.clone.default($4, memory_format=torch.contiguous_format)'''
def test_optional_tensor_list(self) -> None:
def weird(xs):
print("woof")
return torch.empty(())
my_lib = Library("my_lib", "DEF")