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

Function add

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

Source from the content-addressed store, hash-verified

1122 return OperationDoc(OperationKind.Not, [a])
1123
1124 def add(a, b):
1125 return OperationDoc(OperationKind.Add, [a, b])
1126
1127 def sub(a, b):
1128 return OperationDoc(OperationKind.Sub, [a, b])

Callers 1

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected