pytorch/test/expect/TestScript.test_annot_string_mypy_method.expect
Zachary DeVito 972ec676b2 Remove lowered execution (#21674)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/21674
ghimport-source-id: b8e27f0ce9b8b362daf73556ee67457fb5355062

Reviewed By: eellison

Differential Revision: D15777726

Pulled By: zdevito

fbshipit-source-id: 718ac676c9a1bcf99b856862fd29631d825645da
2019-06-16 14:29:18 -07:00

9 lines
713 B
Plaintext

foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
foo(ClassType<TestModule> self, string x, (Tensor, Tensor) y) -> (string, string)
foo(ClassType<TestModule> self, int x, (Tensor, Tensor) y) -> (int, int)
foo(ClassType<TestModule> self, bool x, (Tensor, Tensor) y) -> (bool, bool)
foo(ClassType<TestModule> self, float[] x, (Tensor, Tensor) y) -> (float[], float[])
foo(ClassType<TestModule> self, int[] x, (Tensor, Tensor) y) -> (int[], int[])
foo(ClassType<TestModule> self, int[] x, (Tensor, Tensor) y) -> (int[], int[])
foo(ClassType<TestModule> self, int? x, (Tensor, Tensor) y) -> (int?, int?)