jax.numpy.get_printoptions#
- jax.numpy.get_printoptions()[source]#
Alias of
numpy.get_printoptions()
.JAX arrays are printed via NumPy, so NumPy’s printoptions configurations will apply to printed JAX arrays.
See the
numpy.set_printoptions()
documentation for details on the available options and their meanings.