تدفق التوتر:: العمليات:: LMDBReader

#include <io_ops.h>

القارئ الذي يقوم بإخراج السجلات من ملف LMDB.

ملخص

الحجج:

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

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

عائدات:

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

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

LMDBReader (const :: tensorflow::Scope & scope)
LMDBReader (const :: tensorflow::Scope & scope, const LMDBReader::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:: LMDBReader:: Attrs

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

الصفات العامة

عملية

Operation operation

read_handle

::tensorflow::Output reader_handle

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

LMDBReader

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

LMDBReader

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

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

المشغل::tensorflow::الإخراج

 operator::tensorflow::Output() const 

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

حاوية

Attrs Container(
  StringPiece x
)

الاسم المشترك

Attrs SharedName(
  StringPiece x
)