MCPcopy Create free account
hub / github.com/apache/tvm / forward

Method forward

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

Source from the content-addressed store, hash-verified

4703
4704 class Permute1(Module):
4705 def forward(self, x):
4706 return x.permute(0, 3, 2, 1)
4707
4708 class Permute2(Module):
4709 def forward(self, x):

Callers

nothing calls this directly

Calls 1

permuteMethod · 0.80

Tested by

no test coverage detected