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

Method forward

tests/python/relax/test_frontend_from_fx.py:4440–4441  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

4438def test_empty():
4439 class Empty(Module):
4440 def forward(self, input):
4441 return torch.empty((10, 10), dtype=torch.float32)
4442
4443 graph_model = fx.symbolic_trace(Empty())
4444 mod = from_fx(graph_model, [([10, 10], "float32")])

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected