mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Minor typo fixin doc.
PiperOrigin-RevId: 706774033
This commit is contained in:
parent
ed4e9823b1
commit
cd7109e6b5
@ -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)."
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user