Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ div
Function
div
tests/python/tvmscript/test_tvmscript_printer_python_doc_printer.py:1133–1134 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
1131
return
OperationDoc(OperationKind.Mult, [a, b])
1132
1133
def
div(a, b):
1134
return
OperationDoc(OperationKind.Div, [a, b])
1135
1136
def
mod(a, b):
1137
return
OperationDoc(OperationKind.Mod, [a, b])
Callers
3
gen_ir
Function · 0.90
generate_expr_precedence_test_cases
Function · 0.70
test_region_lower_bound_multiple_variables
Function · 0.50
Calls
1
OperationDoc
Class · 0.90
Tested by
no test coverage detected