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

Function lshift

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

Source from the content-addressed store, hash-verified

1140 return OperationDoc(OperationKind.Pow, [a, b])
1141
1142 def lshift(a, b):
1143 return OperationDoc(OperationKind.LShift, [a, b])
1144
1145 def bit_and(a, b):
1146 return OperationDoc(OperationKind.BitAnd, [a, b])

Callers 2

_computeFunction · 0.85

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…