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