True if the Marvell (MRVL) backend was built into the runtime.
()
| 278 | |
| 279 | |
| 280 | def 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…