jax.experimental.sparse.todense# jax.experimental.sparse.todense(arr)[源代码][源代码]# 将输入转换为密集矩阵。如果输入已经是密集的,则直接通过。 参数: arr (JAXSparse | Array) 返回类型: Array