przepływ tensorowy:: ops:: StringDołącz
#include <string_ops.h>
Łączy ciągi z podanej listy tensorów strun w jeden tensor.
Streszczenie
z podanym separatorem (domyślnie jest to pusty separator).
Przykłady:
s = ["cześć", "świat", "tensorflow"] tf.strings.join(s, " ")
Argumenty:
- zakres: Obiekt Scope
- dane wejściowe: lista tensorów strun. Wszystkie tensory muszą mieć ten sam kształt lub być skalarami. Można domieszać skalary; będą one transmitowane w postaci nieskalarnych danych wejściowych.
Opcjonalne atrybuty (patrz Attrs
):
- separator: string, opcjonalny separator łączenia.
Zwroty:
-
Output
: Tensor wyjściowy.
Konstruktory i destruktory | |
---|---|
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs) | |
StringJoin (const :: tensorflow::Scope & scope, :: tensorflow::InputList inputs, const StringJoin::Attrs & attrs) |
Atrybuty publiczne | |
---|---|
operation | |
output |
Funkcje publiczne | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Publiczne funkcje statyczne | |
---|---|
Separator (StringPiece x) |
Struktury | |
---|---|
tensorflow:: ops:: StringJoin:: Attrs | Opcjonalne moduły ustawiające atrybuty dla StringJoin . |
Atrybuty publiczne
działanie
Operation operation
wyjście
::tensorflow::Output output
Funkcje publiczne
StringDołącz
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs )
StringDołącz
StringJoin( const ::tensorflow::Scope & scope, ::tensorflow::InputList inputs, const StringJoin::Attrs & attrs )
węzeł
::tensorflow::Node * node() const
operator::tensorflow::Wejście
operator::tensorflow::Input() const
operator::tensorflow::Wyjście
operator::tensorflow::Output() const
Publiczne funkcje statyczne
Separator
Attrs Separator( StringPiece x )