brainpy.math.csr_to_coo#

brainpy.math.csr_to_coo(indices, indptr)[source]#

Given CSR (indices, indptr) return COO (row, col)

Return type:

Tuple[Array, Array]