fix typo: device_fun(c) -> device_fun(x)

PiperOrigin-RevId: 570289287
This commit is contained in:
jax authors 2023-10-02 23:38:15 -07:00
parent 1c796c0ff4
commit 17e259b1fe

View File

@ -145,7 +145,7 @@ You can use the :func:`barrier_wait` function for that purpose::
accumulator.append(arg)
def device_fun(c):
def device_fun(x):
id_tap(host_log, x)
id_tap(host_log, 2. * x)