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

تينسورفلو :: العمليات :: قارئ الهوية

#include <io_ops.h>

قارئ يخرج العمل في قائمة الانتظار كمفتاح وقيمة.

ملخص

للاستخدام ، قم بإدراج السلاسل في قائمة الانتظار. سيأخذ ReaderRead سلسلة العمل الأمامية والإخراج (عمل ، عمل).

الحجج:

السمات الاختيارية (انظر Attrs ):

  • الحاوية: إذا لم تكن فارغة ، فسيتم وضع هذا القارئ في الحاوية المحددة. خلاف ذلك ، يتم استخدام حاوية افتراضية.
  • Shared_name: إذا لم يكن فارغًا ، فسيتم تسمية هذا القارئ في المستودع المحدد بالاسم المشترك هذا. وإلا ، فسيتم استخدام اسم العقدة بدلاً من ذلك.

عائدات:

  • Output : المقبض للإشارة إلى القارئ.

البنائين والمدمرين

IdentityReader (const :: tensorflow::Scope & scope)
IdentityReader (const :: tensorflow::Scope & scope, const IdentityReader::Attrs & attrs)

السمات العامة

operation
reader_handle

الوظائف العامة

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

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

Container (StringPiece x)
SharedName (StringPiece x)

الهياكل

tensorflow :: ops :: IdentityReader :: Attrs

محددات السمات الاختيارية لـ IdentityReader .

السمات العامة

عملية

Operation operation

القارئ

::tensorflow::Output reader_handle

الوظائف العامة

قارئ الهوية

 IdentityReader(
  const ::tensorflow::Scope & scope
)

قارئ الهوية

 IdentityReader(
  const ::tensorflow::Scope & scope,
  const IdentityReader::Attrs & attrs
)

العقدة

::tensorflow::Node * node() const 

المشغل :: tensorflow :: الإدخال

 operator::tensorflow::Input() const 

المشغل :: Tensorflow :: Output

 operator::tensorflow::Output() const 

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

وعاء

Attrs Container(
  StringPiece x
)

SharedName

Attrs SharedName(
  StringPiece x
)