MCPcopy Create free account
hub / github.com/apache/tvm-ffi / Opcode

Class Opcode

tests/python/test_dataclass_py_class.py:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 high = entry(value=20)
202
203 class Opcode(StrEnum, type_key=_unique_key("Opcode")):
204 add = entry(value="+")
205 mul = entry(value="*")
206
207 @py_class(_unique_key("EnumFields"))
208 class Instruction(Object):

Callers

nothing calls this directly

Calls 2

entryFunction · 0.90
_unique_keyFunction · 0.70

Tested by

no test coverage detected