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

Method forward

tests/python/relax/test_frontend_from_fx.py:2544–2545  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

2542
2543 class Size(Module):
2544 def forward(self, input):
2545 return input.size()
2546
2547 @tvm.script.ir_module
2548 class expected1:

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected