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

Function invert

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

Source from the content-addressed store, hash-verified

1116 return OperationDoc(OperationKind.USub, [a])
1117
1118 def invert(a):
1119 return OperationDoc(OperationKind.Invert, [a])
1120
1121 def not_(a):
1122 return OperationDoc(OperationKind.Not, [a])

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…