mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54746 Test Plan: Imported from OSS Reviewed By: SplitInfinity Differential Revision: D27350331 Pulled By: jamesr66a fbshipit-source-id: 3f44d6589c29f39378432d0b6b281d96bb4829e7
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
def print_weird_test(y: Tensor) -> NoneType:
|
|
print("hi\016")
|
|
return None
|