Home
last modified time | relevance | path

Searched defs:foo_op_2 (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/test/custom_operator/
Dtest_infer_schema_annotation.py23 def foo_op_2(x: torch.Tensor, y: torch.Tensor) -> torch.Tensor: function
36 def foo_op_2(x: bool) -> bool: function
61 def foo_op_2(x: torch.dtype) -> int: function
80 def foo_op_2(x: typing.Sequence[int]) -> int: function
123 def foo_op_2(x: Tensor) -> torch.Tensor: function
199 def foo_op_2(x: Tensor) -> E: # noqa: F821 function