Operazioni sparse

Riepilogo

Classi

tensorflow:: ops:: AddManySparseToTensorsMap

Aggiungi un N -minibatch SparseTensor a un SparseTensorsMap , restituisci N handle.

tensorflow:: ops:: AddSparseToTensorsMap

Aggiungi uno SparseTensor a un SparseTensorsMap restituisce il suo handle.

tensorflow:: ops:: DeserializeManySparse

Deserializza e concatena SparseTensors da un minibatch serializzato.

tensorflow:: ops:: DeserializeSparse

Deserializzare oggetti SparseTensor .

tensorflow:: ops:: SerializeManySparse

Serializza uno SparseTensor N -minibatch in un oggetto Tensor [N, 3] .

tensorflow:: ops:: SerializeSparse

Serializza uno SparseTensor in un oggetto Tensor [3] .

tensorflow:: ops:: SparseAdd

Aggiunge due oggetti SparseTensor per produrre un altro SparseTensor .

tensorflow:: ops:: SparseAddGrad

L'operatore gradiente per SparseAdd op.

tensorflow:: ops:: SparseConcat

Concatena un elenco di SparseTensor lungo la dimensione specificata.

tensorflow:: ops:: SparseCross

Genera una croce sparsa da un elenco di tensori sparsi e densi.

tensorflow:: ops:: SparseDenseCwiseAdd

Somma uno SparseTensor e un Densor Tensor , utilizzando queste regole speciali:

tensorflow:: ops:: SparseDenseCwiseDiv

Dal punto di vista dei componenti divide uno SparseTensor per un denso Tensor .

tensorflow:: ops:: SparseDenseCwiseMul

Dal punto di vista dei componenti moltiplica uno SparseTensor per un denso Tensor .

tensorflow:: ops:: SparseFillEmptyRows

Riempie le righe vuote nell'input 2-D SparseTensor con un valore predefinito.

tensorflow:: ops:: SparseFillEmptyRowsGrad

Il gradiente di SparseFillEmptyRows .

tensorflow:: ops:: SparseReduceMax

Calcola il numero massimo di elementi attraverso le dimensioni di uno SparseTensor.

tensorflow:: ops:: SparseReduceMaxSparse

Calcola il numero massimo di elementi attraverso le dimensioni di uno SparseTensor.

tensorflow:: ops:: SparseReduceSum

Calcola la somma degli elementi attraverso le dimensioni di uno SparseTensor.

tensorflow:: ops:: SparseReduceSumSparse

Calcola la somma degli elementi attraverso le dimensioni di uno SparseTensor.

tensorflow:: ops:: SparseReorder

Riordina un SparseTensor nell'ordinamento canonico, riga maggiore.

tensorflow:: ops:: SparseReshape

Rimodella uno SparseTensor per rappresentare i valori in una nuova forma densa.

tensorflow:: ops:: SparseSlice

Taglia uno SparseTensor in base start e size .

tensorflow:: ops:: SparseSliceGrad

L'operatore gradiente per SparseSlice op.

tensorflow:: ops:: SparseSoftmax

Applica softmax a un ND SparseTensor in batch.

tensorflow:: ops:: SparseSparseMaximum

Restituisce il massimo elemento per elemento di due SparseTensor.

tensorflow:: ops:: SparseSparseMinimum

Restituisce il minimo elemento di due SparseTensor.

tensorflow:: ops:: SparseSplit

Dividi uno SparseTensor in tensori num_split lungo una dimensione.

tensorflow:: ops:: SparseTensorDenseAdd

Somma uno SparseTensor e un Tensor denso, producendo un Tensor denso.

tensorflow:: ops:: SparseTensorDenseMatMul

Moltiplicare SparseTensor (di rango 2) "A" per la matrice densa "B".

tensorflow:: ops:: TakeManySparseFromTensorsMap

Converte una rappresentazione sparsa in un tensore denso.