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

Function not_

tests/python/tvmscript/test_tvmscript_printer_python_doc_printer.py:1121–1122  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

1119 return OperationDoc(OperationKind.Invert, [a])
1120
1121 def not_(a):
1122 return OperationDoc(OperationKind.Not, [a])
1123
1124 def add(a, b):
1125 return OperationDoc(OperationKind.Add, [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…