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

Function has_mrvl

python/tvm/testing/env.py:280–282  ·  view source on GitHub ↗

True if the Marvell (MRVL) backend was built into the runtime.

()

Source from the content-addressed store, hash-verified

278
279
280def has_mrvl() -> bool:
281 """True if the Marvell (MRVL) backend was built into the runtime."""
282 return _build_flag_enabled("USE_MRVL")
283
284
285@functools.cache

Callers

nothing calls this directly

Calls 1

_build_flag_enabledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…