jax.numpy.printoptions
Contents
jax.numpy.printoptions#
- jax.numpy.printoptions(*args,**kwargs)[source]#
Alias of
numpy.printoptions().JAX arrays are printed via NumPy, so NumPy’sprintoptionsconfigurations will apply to printed JAX arrays.
See the
numpy.set_printoptions()documentation for detailson the available options and their meanings.
Contents
