Skip to content

Commit

Permalink
add jaxlib alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed May 13, 2024
1 parent 57456fb commit 82eeae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opt_einsum/backends/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"theano": "theano.tensor",
"torch": "opt_einsum.backends.torch",
"jax": "jax.numpy",
"jaxlib": "jax.numpy",
"autograd": "autograd.numpy",
"mars": "mars.tensor",
}
Expand Down

0 comments on commit 82eeae8

Please sign in to comment.