MCPcopy Create free account
hub / github.com/apache/tvm / mult

Function mult

tests/python/tvmscript/test_tvmscript_printer_python_doc_printer.py:1130–1131  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

1128 return OperationDoc(OperationKind.Sub, [a, b])
1129
1130 def mult(a, b):
1131 return OperationDoc(OperationKind.Mult, [a, b])
1132
1133 def div(a, b):
1134 return OperationDoc(OperationKind.Div, [a, b])

Callers 1

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…