Add missing back ticks to fix jax2tf README Markdown rendering in Different 64-bit precision in JAX and TensorFlow

This commit is contained in:
8bitmp3 2021-06-10 16:09:10 +01:00 committed by GitHub
parent f67acb9379
commit 8568aee800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -618,7 +618,7 @@ same dtype, you should use `jax2tf.dtype_of_val`:
# independently of the value of JAX_ENABLE_X64.
jax2tf.convert(jax_fun)(3.14)
jax2tf.convert(jax_fun)(tf.Variable(3.14, dtype=jax2tf.dtype_of_val(3.14))
```
### Unchecked assumption that the dimension variables take strictly positive values