Minor typo fixin doc.

PiperOrigin-RevId: 706774033
This commit is contained in:
jax authors 2024-12-16 11:21:57 -08:00
parent ed4e9823b1
commit cd7109e6b5
2 changed files with 2 additions and 2 deletions

View File

@ -1064,7 +1064,7 @@
"id": "C-QZ5d1DG-dv"
},
"source": [
"For this reason, a standard convention in JAX programs is to `import numpy as np` and `import jax.numpy as jnp` so that both interfaces are available for finer control over whether operations are performed in a static matter (with `numpy`, once at compile-time) or a traced manner (with `jax.numpy`, optimized at run-time)."
"For this reason, a standard convention in JAX programs is to `import numpy as np` and `import jax.numpy as jnp` so that both interfaces are available for finer control over whether operations are performed in a static manner (with `numpy`, once at compile-time) or a traced manner (with `jax.numpy`, optimized at run-time)."
]
}
],

View File

@ -487,4 +487,4 @@ f(x)
+++ {"id": "C-QZ5d1DG-dv"}
For this reason, a standard convention in JAX programs is to `import numpy as np` and `import jax.numpy as jnp` so that both interfaces are available for finer control over whether operations are performed in a static matter (with `numpy`, once at compile-time) or a traced manner (with `jax.numpy`, optimized at run-time).
For this reason, a standard convention in JAX programs is to `import numpy as np` and `import jax.numpy as jnp` so that both interfaces are available for finer control over whether operations are performed in a static manner (with `numpy`, once at compile-time) or a traced manner (with `jax.numpy`, optimized at run-time).