tensorflow:: אופס:: StringJoin

#include <string_ops.h>

מצרף את המיתרים ברשימה הנתונה של טנסור המיתרים לטנזור אחד;.

סיכום

עם המפריד הנתון (ברירת המחדל היא מפריד ריק).

טיעונים:

  • scope: אובייקט Scope
  • כניסות: רשימה של טנסור מיתר. לכל הטנזורים יש את אותה צורה, או להיות סקלרים. סקלרים עשויים להיות מעורבים; אלה ישודרו בצורה של קלט לא סקלארי.

מאפיינים אופציונליים (ראה Attrs ):

  • מפריד: מחרוזת, מפריד צירוף אופציונלי.

החזרות:

  • Output : טנסור הפלט.

בנאים והורסים

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

תכונות ציבוריות

operation
output

תפקידים ציבוריים

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

פונקציות סטטיות ציבוריות

Separator (StringPiece x)

מבנים

tensorflow:: ops:: StringJoin:: Attrs

קובעי תכונות אופציונליים עבור StringJoin .

תכונות ציבוריות

מבצע

Operation operation

תְפוּקָה

::tensorflow::Output output

תפקידים ציבוריים

StringJoin

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

StringJoin

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

צוֹמֶת

::tensorflow::Node * node() const 

מפעיל::tensorflow::קלט

 operator::tensorflow::Input() const 

אופרטור::tensorflow::פלט

 operator::tensorflow::Output() const 

פונקציות סטטיות ציבוריות

מפריד

Attrs Separator(
  StringPiece x
)