True if OpenCLML (CLML) support was built into the runtime.
()
| 273 | |
| 274 | |
| 275 | def has_openclml() -> bool: |
| 276 | """True if OpenCLML (CLML) support was built into the runtime.""" |
| 277 | return _build_flag_enabled("USE_CLML") |
| 278 | |
| 279 | |
| 280 | def has_mrvl() -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…