Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ LogAddExp
Class
LogAddExp
tests/python/relax/test_frontend_from_exported_program.py:975–977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
973
974
def
test_logaddexp():
975
class
LogAddExp(Module):
976
def
forward(self, input1, input2):
977
return
torch.logaddexp(input1, input2)
978
979
@tvm.script.ir_module
980
class
expected:
Callers
1
test_logaddexp
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_logaddexp
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…