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_exported_program.py:6114–6115 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
6112
def
test_view():
6113
class
View(Module):
6114
def
forward(self, x):
6115
return
x.view(2, 12)
6116
6117
@tvm.script.ir_module
6118
class
expected1:
Callers
nothing calls this directly
Calls
1
view
Method · 0.45
Tested by
no test coverage detected