jax.experimental.sparse.CSC#

class jax.experimental.sparse.CSC(args, *, shape)[原始碼]#

JAX 中實作的實驗性 CSC 矩陣;API 可能會變動。

參數:

shape (tuple[int, int])

__init__(args, *, shape)[原始碼]#

方法

__init__(args, *, shape)

block_until_ready()

fromdense(mat, *[, nse, index_dtype])

sum(*args, **kwargs)

todense()

transpose([axes])

tree_flatten()

tree_unflatten(aux_data, children)

屬性

T

dtype

ndim

nse

size

data

indices

indptr

shape