mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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
9 lines
704 B
Plaintext
9 lines
704 B
Plaintext
foo(ClassType<FooModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
|
|
foo(ClassType<FooModule> self, Tensor x, (Tensor, Tensor) y) -> (Tensor, Tensor)
|
|
foo(ClassType<FooModule> self, string x, (Tensor, Tensor) y) -> (string, string)
|
|
foo(ClassType<FooModule> self, int x, (Tensor, Tensor) y) -> (int, int)
|
|
foo(ClassType<FooModule> self, bool x, (Tensor, Tensor) y) -> (bool, bool)
|
|
foo(ClassType<FooModule> self, float[] x, (Tensor, Tensor) y) -> (float[], float[])
|
|
foo(ClassType<FooModule> self, int[] x, (Tensor, Tensor) y) -> (int[], int[])
|
|
foo(ClassType<FooModule> self, int[] x, (Tensor, Tensor) y) -> (int[], int[])
|
|
foo(ClassType<FooModule> self, int? x, (Tensor, Tensor) y) -> (int?, int?) |