tensoreflusso:: ops:: StringToHashBucket
#include <string_ops.h>
Converte ogni stringa nel tensore di input nel relativo mod hash mediante un numero di bucket.
Riepilogo
La funzione hash è deterministica sul contenuto della stringa all'interno del processo.
Tieni presente che la funzione hash può cambiare di volta in volta. Questa funzionalità sarà deprecata e si consiglia di utilizzare tf.string_to_hash_bucket_fast()
o tf.string_to_hash_bucket_strong()
.
Argomenti:
- scope: un oggetto Scope
- num_buckets: il numero di bucket.
Resi:
Costruttori e distruttori | |
---|---|
StringToHashBucket (const :: tensorflow::Scope & scope, :: tensorflow::Input string_tensor, int64 num_buckets) |
Attributi pubblici | |
---|---|
operation | |
output |
Funzioni pubbliche | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributi pubblici
operazione
Operation operation
produzione
::tensorflow::Output output
Funzioni pubbliche
StringToHashBucket
StringToHashBucket( const ::tensorflow::Scope & scope, ::tensorflow::Input string_tensor, int64 num_buckets )
nodo
::tensorflow::Node * node() const
operatore::tensorflow::Input
operator::tensorflow::Input() const
operatore::tensorflow::Output
operator::tensorflow::Output() const