jax.extend.backend.backend_xla_version#
- jax.extend.backend.backend_xla_version(platform=None)[source]#
Returns the XLA version of the backend.
Returns None if the backend does not use PJRT C API or does not have xla_version in the plugin attributes. This method can be used to skip features that are not available before certain xla_version if the backend is a plugin and uses xla_version.
- Return type:
int | None