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

Method forward

tests/python/relax/test_frontend_from_exported_program.py:5353–5354  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

5351def test_permute():
5352 class Permute1(Module):
5353 def forward(self, x):
5354 return x.permute(0, 3, 2, 1)
5355
5356 class Permute2(Module):
5357 def forward(self, x):

Callers

nothing calls this directly

Calls 1

permuteMethod · 0.80

Tested by

no test coverage detected