Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ negative
Function
negative
tests/python/tvmscript/test_tvmscript_printer_python_doc_printer.py:1115–1116 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
1113
z = IdDoc(
"z"
)
1114
1115
def
negative(a):
1116
return
OperationDoc(OperationKind.USub, [a])
1117
1118
def
invert(a):
1119
return
OperationDoc(OperationKind.Invert, [a])
Callers
1
generate_expr_precedence_test_cases
Function · 0.70
Calls
1
OperationDoc
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…