org.tensorflow.op.linalg.sparse

Classi

CSRSparseMatrixComponents <T estende TType > Legge i componenti CSR nell'indice batch.
CSRSparseMatrixToDense <T estende TType > Convertire un CSRSparseMatrix (possibilmente in batch) in denso.
CSRSparseMatrixToSparseTensor <T estende TType > Converte un CSRSparesMatrix (possibilmente in batch) in uno SparseTensor.
DenseToCSRSparseMatrix Converte un tensore denso in un CSRSparseMatrix (possibilmente batch).
SparseMatrixAdd Addizione sparsa di due matrici CSR, C = alfa * A + beta * B.
SparseMatrixMatMul <T estende TType > Matrix: moltiplica una matrice sparsa per una matrice densa.
SparseMatrixMatMul.Options Attributi facoltativi per SparseMatrixMatMul
SparseMatrixMul Moltiplicazione per elementi di una matrice sparsa con un tensore denso.
SparseMatrixNNZ Restituisce il numero di valori diversi da zero di "sparse_matrix".
SparseMatrixOrderingAMD Calcola l'ordine del grado minimo approssimativo (AMD) di "input".
SparseMatrixSoftmax Calcola il softmax di un CSRSparseMatrix.
SparseMatrixSoftmaxGrad Calcola il gradiente dello SparseMatrixSoftmax op.
SparseMatrixSparseCholesky Calcola la scomposizione sparsa di Cholesky di "input".
SparseMatrixSparseMatMul La matrice sparsa moltiplica due matrici CSR "a" e "b".
SparseMatrixSparseMatMul.Options Attributi facoltativi per SparseMatrixSparseMatMul
SparseMatrixTranspose Traspone le dimensioni interne (matrice) di un CSRSparseMatrix.
SparseMatrixTranspose.Options Attributi facoltativi per SparseMatrixTranspose
SparseMatrixZeros Crea un CSRSparseMatrix composto da tutti zeri con forma "dense_shape".
SparseTensorToCSRSparseMatrix Converte un SparseTensor in un CSRSparseMatrix (possibilmente in batch).