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

#include <io_ops.h>

قارئ يخرج السجلات من ملف TensorFlow Records.

ملخص

الحجج:

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

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

عائدات:

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

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

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

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

operation
reader_handle

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

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

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

CompressionType (StringPiece x)
Container (StringPiece x)
SharedName (StringPiece x)

الهياكل

tensorflow :: العمليات :: TFRecordReader :: Attrs

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

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

عملية

Operation operation

القارئ

::tensorflow::Output reader_handle

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

TFRecordReader

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

TFRecordReader

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

العقدة

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const 

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

نوع الضغط

Attrs CompressionType(
  StringPiece x
)

وعاء

Attrs Container(
  StringPiece x
)

SharedName

Attrs SharedName(
  StringPiece x
)