pytorch/test/expect/TestScript.test_annot_string_py3_method.expect

9 lines
724 B
Text
Raw Normal View History

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, str x, (Tensor, Tensor) y) -> ((str, str))
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[3] x, (Tensor, Tensor) y) -> ((float[], float[]))
foo(ClassType<TestModule> self, int[2] 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?))