coo_to_tf_sparseConvert a SciPy COO matrix to a tf.SparseTensor (indices int64).
csr_to_tf_sparseConvert a SciPy CSR matrix to a tf.SparseTensor via COO view.
any_scipy_to_tf_sparseConvert any SciPy sparse (CSR/CSC/COO/…) to tf.SparseTensor.
scipy_edge_indexReturn edge_index [2, E] (int32) from a SciPy sparse matrix.