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

Method forward

tests/python/relax/test_frontend_from_fx.py:4975–4976  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

4973
4974 class View(Module):
4975 def forward(self, x):
4976 return x.view(2, 12)
4977
4978 @tvm.script.ir_module
4979 class expected1:

Callers

nothing calls this directly

Calls 1

viewMethod · 0.45

Tested by

no test coverage detected