einx.errors.BackendResolutionError#
- exception einx.errors.BackendResolutionError#
This error occurs if the backend with which to execute an einx operation could not be determined.
Example
>>> x = jnp.zeros((10, 11)) >>> y = torch.zeros(10, 11) >>> einx.add("a b, a b", x, y) einx.errors.BackendResolutionError: Failed to determine which backend to use for this operation: ...