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