نشكرك على متابعة Google I / O. عرض جميع الجلسات عند الطلب مشاهدة عند الطلب

تينسورفلو :: العمليات :: StringJoin

#include <string_ops.h>

ربط السلاسل في قائمة موترات الأوتار المحددة في موتر واحد ؛.

ملخص

باستخدام الفاصل المحدد (الافتراضي هو فاصل فارغ).

الحجج:

  • النطاق: كائن النطاق
  • المدخلات: قائمة موترات السلسلة. يجب أن يكون لجميع الموترات نفس الشكل ، أو أن تكون مقاسات. قد تكون مختلطة في الندوب ؛ سيتم بثها على شكل مدخلات غير عددية.

السمات الاختيارية (انظر 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 :: Output

 operator::tensorflow::Output() const 

وظائف ثابتة عامة

فاصل

Attrs Separator(
  StringPiece x
)