jax.numpy.get_printoptions#

jax.numpy.get_printoptions()[source]#

numpy.get_printoptions() 的别名。

JAX 数组通过 NumPy 打印,因此 NumPy 的 printoptions 配置将应用于打印的 JAX 数组。

有关可用选项及其含义的详细信息,请参阅 numpy.set_printoptions() 文档。