tensoreflusso:: ops:: Conteggio bin
#include <math_ops.h>
Conta il numero di occorrenze di ciascun valore in una matrice di numeri interi.
Riepilogo
Restituisce un vettore con size
della lunghezza e lo stesso dtype dei weights
. Se weights
sono vuoti, l'indice i
memorizza il numero di volte in cui il valore i
viene conteggiato in arr
. Se weights
non sono vuoti, indice i
memorizza la somma del valore in weights
in ciascun indice in cui il valore corrispondente in arr
è i
.
I valori in arr
esterni all'intervallo [0, size) vengono ignorati.
Argomenti:
- scope: un oggetto Scope
- arr: int32
Tensor
. - dimensione:
Tensor
scalare int32 non negativo . - pesi: è un
Tensor
int32, int64, float32 o float64 con la stessa forma diarr
o unTensor
length-0, nel qual caso agisce come tutti i pesi uguali a 1.
Resi:
-
Output
:Tensor
1D con lunghezza pari allasize
. I conteggi o i pesi sommati per ciascun valore nell'intervallo [0, dimensione).
Costruttori e distruttori | |
---|---|
Bincount (const :: tensorflow::Scope & scope, :: tensorflow::Input arr, :: tensorflow::Input size, :: tensorflow::Input weights) |
Attributi pubblici | |
---|---|
bins | |
operation |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
bidoni
::tensorflow::Output bins
operazione
Operation operation
Funzioni pubbliche
Conteggio bin
Bincount( const ::tensorflow::Scope & scope, ::tensorflow::Input arr, ::tensorflow::Input size, ::tensorflow::Input weights )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const