mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
tweak readme text
This commit is contained in:
parent
756bc8bb34
commit
51d89a332c
@ -27,7 +27,7 @@ composed arbitrarily, so you can express sophisticated algorithms and get
|
||||
maximal performance without leaving Python.
|
||||
|
||||
Dig a little deeper, and you'll see that JAX is really an extensible system for
|
||||
[composable transformations of functions](#transformations). Both
|
||||
[composable function transformations](#transformations). Both
|
||||
[`grad`](#automatic-differentiation-with-grad) and [`jit`](#compilation-with-jit)
|
||||
are instances of such transformations. Another is [`vmap`](#auto-vectorization-with-vmap)
|
||||
for automatic vectorization, with more to come.
|
||||
|
Loading…
x
Reference in New Issue
Block a user