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

Method forward

tests/python/relax/test_frontend_from_exported_program.py:6262–6263  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

6260def test_empty():
6261 class Empty(Module):
6262 def forward(self, input):
6263 return torch.empty((10, 10), dtype=torch.float32)
6264
6265 @tvm.script.ir_module
6266 class Expected:

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected