mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
DOC: update sharp bits info about fori_loop differentiability
This commit is contained in:
parent
d5a1c64d13
commit
74e7fdfd4c
@ -1579,7 +1579,7 @@
|
||||
"\n",
|
||||
" - `lax.cond` _differentiable_\n",
|
||||
" - `lax.while_loop` __fwd-mode-differentiable__\n",
|
||||
" - `lax.fori_loop` __fwd-mode-differentiable__\n",
|
||||
" - `lax.fori_loop` __fwd-mode-differentiable__ in general; __fwd and rev-mode differentiable__ if endpoints are static.\n",
|
||||
" - `lax.scan` _differentiable_"
|
||||
]
|
||||
},
|
||||
|
@ -811,7 +811,7 @@ There are more options for control flow in JAX. Say you want to avoid re-compila
|
||||
|
||||
- `lax.cond` _differentiable_
|
||||
- `lax.while_loop` __fwd-mode-differentiable__
|
||||
- `lax.fori_loop` __fwd-mode-differentiable__
|
||||
- `lax.fori_loop` __fwd-mode-differentiable__ in general; __fwd and rev-mode differentiable__ if endpoints are static.
|
||||
- `lax.scan` _differentiable_
|
||||
|
||||
+++ {"id": "Sd9xrLMXeK3A"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user