tensorflow :: opérations :: StringJoin
#include <string_ops.h>
Joint les chaînes de la liste donnée de tenseurs de chaînes en un seul tenseur ;.
Résumé
avec le séparateur donné (la valeur par défaut est un séparateur vide).
Arguments:
- scope: un objet Scope
- entrées: une liste de tenseurs de chaîne. Les tenseurs doivent tous avoir la même forme ou être des scalaires. Les scalaires peuvent être mélangés; ceux-ci seront diffusés sous la forme d'entrées non scalaires.
Attributs facultatifs (voir Attrs
):
- separator: string, un séparateur de jointure facultatif.
Retour:
-
Output
: le tenseur de sortie.
Constructeurs et destructeurs | |
---|---|
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) | |
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, const StringJoin::Attrs & attrs) |
Attributs publics | |
---|---|
operation | |
output |
Fonctions publiques | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fonctions statiques publiques | |
---|---|
Separator (StringPiece x) |
Structs | |
---|---|
tensorflow :: ops :: StringJoin :: Attrs | Définisseurs d' attributs facultatifs pour StringJoin . |
Attributs publics
opération
Operation operation
production
::tensorflow::Output output
Fonctions publiques
StringJoin
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
StringJoin
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs )
nœud
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Fonctions statiques publiques
Séparateur
Attrs Separator( StringPiece x )