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

Function mod

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

Source from the content-addressed store, hash-verified

1134 return OperationDoc(OperationKind.Div, [a, b])
1135
1136 def mod(a, b):
1137 return OperationDoc(OperationKind.Mod, [a, b])
1138
1139 def pow(a, b):
1140 return OperationDoc(OperationKind.Pow, [a, b])

Callers 1

Calls 1

OperationDocClass · 0.90

Tested by

no test coverage detected