MCPcopy Index your code
hub / github.com/apache/tvm / forward

Method forward

tests/python/relax/test_frontend_from_fx.py:6689–6690  ·  view source on GitHub ↗
(self, lhs: torch.Tensor, rhs: torch.Tensor)

Source from the content-addressed store, hash-verified

6687def test_dtypes(torch_dtype, relax_dtype):
6688 class Model(Module):
6689 def forward(self, lhs: torch.Tensor, rhs: torch.Tensor):
6690 return torch.ops.aten.add(lhs, rhs)
6691
6692 @tvm.script.ir_module
6693 class Expected:

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected