mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
fixing typo (#4273)
I assume "...one of more type parameters..." was intended to read "...one or more type parameters..."
This commit is contained in:
parent
f039f6daf9
commit
64bead2093
@ -21,7 +21,7 @@ will apply transformations incrementally during tracing.
|
||||
Nevertheless, if one wants to understand how JAX works internally, or to
|
||||
make use of the result of JAX tracing, it is useful to understand jaxpr.
|
||||
|
||||
A jaxpr instance represents a function with one of more typed parameters (input variables)
|
||||
A jaxpr instance represents a function with one or more typed parameters (input variables)
|
||||
and one or more typed results. The results depend only on the input
|
||||
variables; there are no free variables captured from enclosing scopes.
|
||||
The inputs and outputs have types, which in JAX are represented as abstract
|
||||
|
Loading…
x
Reference in New Issue
Block a user