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:4709–4710 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
4707
4708
class
Permute2(Module):
4709
def
forward(self, x):
4710
return
torch.permute(x, (0, 3, 2, 1))
4711
4712
@tvm.script.ir_module
4713
class
expected1:
Callers
nothing calls this directly
Calls
1
permute
Method · 0.80
Tested by
no test coverage detected