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:4319–4320 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
4317
4318
class
Cumsum(Module):
4319
def
forward(self, input):
4320
return
torch.cumsum(input, dim=1, dtype=torch.int32)
4321
4322
@tvm.script.ir_module
4323
class
expected1:
Callers
nothing calls this directly
Calls
1
cumsum
Method · 0.45
Tested by
no test coverage detected