mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[BE] meow (#92174)
:') 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:
parent
421f40e051
commit
3debb97084
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue