True if NNAPI codegen support was built into the runtime.
()
| 268 | |
| 269 | |
| 270 | def has_nnapi() -> bool: |
| 271 | """True if NNAPI codegen support was built into the runtime.""" |
| 272 | return _build_flag_enabled("USE_NNAPI_CODEGEN") |
| 273 | |
| 274 | |
| 275 | def has_openclml() -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…