jax.numpy.set_printoptions#

jax.numpy.set_printoptions(*args, **kwargs)[源代码]#

别名 numpy.set_printoptions()

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

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