mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Add missing back ticks to fix jax2tf README Markdown rendering in Different 64-bit precision in JAX and TensorFlow
This commit is contained in:
parent
f67acb9379
commit
8568aee800
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user