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

Function sub

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

Source from the content-addressed store, hash-verified

1125 return OperationDoc(OperationKind.Add, [a, b])
1126
1127 def sub(a, b):
1128 return OperationDoc(OperationKind.Sub, [a, b])
1129
1130 def mult(a, b):
1131 return OperationDoc(OperationKind.Mult, [a, b])

Callers

nothing calls this directly

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected