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

Function has_nnapi

python/tvm/testing/env.py:270–272  ·  view source on GitHub ↗

True if NNAPI codegen support was built into the runtime.

()

Source from the content-addressed store, hash-verified

268
269
270def has_nnapi() -> bool:
271 """True if NNAPI codegen support was built into the runtime."""
272 return _build_flag_enabled("USE_NNAPI_CODEGEN")
273
274
275def has_openclml() -> bool:

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…