1
- foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
2
- foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
3
- foo(ClassType<TestModule> self, str x, (Tensor, Tensor) y) -> (str, str)
4
- foo(ClassType<TestModule> self, int x, (Tensor, Tensor) y) -> (int, int)
5
- foo(ClassType<TestModule> self, bool x, (Tensor, Tensor) y) -> (bool, bool)
6
- foo(ClassType<TestModule> self, float[3] x, (Tensor, Tensor) y) -> (float[], float[])
7
- foo(ClassType<TestModule> self, int[2] x, (Tensor, Tensor) y) -> (int[], int[])
8
- foo(ClassType<TestModule> self, int[] x, (Tensor, Tensor) y) -> (int[], int[])
9
- foo(ClassType<TestModule> self, int? x, (Tensor, Tensor) y) -> (int?, int?)
1
+ foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (( Tensor, Tensor) )
2
+ foo(ClassType<TestModule> self, Tensor x, (Tensor, Tensor) y) -> (( Tensor, Tensor) )
3
+ foo(ClassType<TestModule> self, str x, (Tensor, Tensor) y) -> (( str, str) )
4
+ foo(ClassType<TestModule> self, int x, (Tensor, Tensor) y) -> (( int, int) )
5
+ foo(ClassType<TestModule> self, bool x, (Tensor, Tensor) y) -> (( bool, bool) )
6
+ foo(ClassType<TestModule> self, float[3] x, (Tensor, Tensor) y) -> (( float[], float[]) )
7
+ foo(ClassType<TestModule> self, int[2] x, (Tensor, Tensor) y) -> (( int[], int[]) )
8
+ foo(ClassType<TestModule> self, int[] x, (Tensor, Tensor) y) -> (( int[], int[]) )
9
+ foo(ClassType<TestModule> self, int? x, (Tensor, Tensor) y) -> (( int?, int?) )
0 commit comments