True if RPC support was built into the runtime.
()
| 263 | |
| 264 | |
| 265 | def has_rpc() -> bool: |
| 266 | """True if RPC support was built into the runtime.""" |
| 267 | return _build_flag_enabled("USE_RPC") |
| 268 | |
| 269 | |
| 270 | def has_nnapi() -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…