MCPcopy 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_irFunction · 0.90

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected