pytorch/test/expect/TestScript.test_annot_string_py3_fn.expect

9 lines
472 B
Text
Raw Normal View History

foo(Tensor x, (Tensor, Tensor) y) -> ((Tensor, Tensor))
foo(Tensor x, (Tensor, Tensor) y) -> ((Tensor, Tensor))
foo(str x, (Tensor, Tensor) y) -> ((str, str))
foo(int x, (Tensor, Tensor) y) -> ((int, int))
foo(bool x, (Tensor, Tensor) y) -> ((bool, bool))
foo(float[3] x, (Tensor, Tensor) y) -> ((float[], float[]))
foo(int[2] x, (Tensor, Tensor) y) -> ((int[], int[]))
foo(int[] x, (Tensor, Tensor) y) -> ((int[], int[]))
foo(int? x, (Tensor, Tensor) y) -> ((int?, int?))