Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ forward
Method
forward
tests/python/relax/test_frontend_from_fx.py:4733–4734 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
4731
4732
class
Reshape(Module):
4733
def
forward(self, x):
4734
return
x.reshape(2, 12)
4735
4736
@tvm.script.ir_module
4737
class
expected1:
Callers
nothing calls this directly
Calls
1
reshape
Method · 0.45
Tested by
no test coverage detected