Zadbaj o dobrą organizację dzięki kolekcji Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.

tensorflow :: ops :: StringJoin

#include <string_ops.h>

Łączy struny z podanej listy tensorów struny w jeden tensor ;.

streszczenie

z podanym separatorem (domyślnie jest to pusty separator).

Argumenty:

  • zakres: obiekt Scope
  • dane wejściowe: lista tensorów stringów. Wszystkie tensory muszą mieć ten sam kształt lub być skalarami. Skalary mogą być mieszane; będą one nadawane do postaci nieskalarnych danych wejściowych.

Atrybuty opcjonalne (patrz Attrs ):

  • separator: string, opcjonalny separator łączenia.

Zwroty:

Konstruktorzy i niszczyciele

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 metody ustawiające atrybuty dla StringJoin .

Atrybuty publiczne

operacja

Operation operation

wynik

::tensorflow::Output output

Funkcje publiczne

StringJoin

 StringJoin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs
)

StringJoin

 StringJoin(
  const ::tensorflow::Scope & scope,
  ::tensorflow::InputList inputs,
  const StringJoin::Attrs & attrs
)

węzeł

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const 

Publiczne funkcje statyczne

Separator

Attrs Separator(
  StringPiece x
)