Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ add
Function
add
tests/python/tvmscript/test_tvmscript_printer_python_doc_printer.py:1124–1125 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1122
return
OperationDoc(OperationKind.Not, [a])
1123
1124
def
add(a, b):
1125
return
OperationDoc(OperationKind.Add, [a, b])
1126
1127
def
sub(a, b):
1128
return
OperationDoc(OperationKind.Sub, [a, b])
Callers
1
generate_expr_precedence_test_cases
Function · 0.70
Calls
1
OperationDoc
Class · 0.90
Tested by
no test coverage detected