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

Method forward

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

Source from the content-addressed store, hash-verified

5355
5356 class Permute2(Module):
5357 def forward(self, x):
5358 return torch.permute(x, (0, 3, 2, 1))
5359
5360 @tvm.script.ir_module
5361 class expected1:

Callers

nothing calls this directly

Calls 1

permuteMethod · 0.80

Tested by

no test coverage detected