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) |
תפקידים ציבוריים | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
מבנים | |
---|---|
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 )