mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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
3 lines
77 B
Text
3 lines
77 B
Text
def print_weird_test(y: Tensor) -> NoneType:
|
|
print("hi\016")
|
|
return None
|