flux tensoriel : : opérations : : StringToHashBucketFast
#include <string_ops.h>
Convertit chaque chaîne du Tensor d'entrée en son mod de hachage par un certain nombre de compartiments.
Résumé
La fonction de hachage est déterministe sur le contenu de la chaîne au sein du processus et ne changera jamais. Cependant, il n’est pas adapté à la cryptographie. Cette fonction peut être utilisée lorsque le temps CPU est rare et que les entrées sont fiables ou sans importance. Il existe un risque que des adversaires construisent des entrées qui sont toutes hachées dans le même compartiment. Pour éviter ce problème, utilisez une fonction de hachage forte avec tf.string_to_hash_bucket_strong
.
Arguments :
- scope : un objet Scope
- input : les chaînes pour attribuer un compartiment de hachage.
- num_buckets : le nombre de compartiments.
Retours :
Constructeurs et Destructeurs | |
---|---|
StringToHashBucketFast (const :: tensorflow::Scope & scope, :: tensorflow::Input input, int64 num_buckets) |
Attributs publics | |
---|---|
operation | |
output |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Attributs publics
opération
Operation operation
sortir
::tensorflow::Output output
Fonctions publiques
StringToHashBucketFast
StringToHashBucketFast( const ::tensorflow::Scope & scope, ::tensorflow::Input input, int64 num_buckets )
nœud
::tensorflow::Node * node() const
opérateur :: tensorflow :: Entrée
operator::tensorflow::Input() const
opérateur :: tensorflow :: Sortie
operator::tensorflow::Output() const