تينسورفلو :: العمليات :: FixedLengthRecordReader
#include <io_ops.h>
قارئ يخرج سجلات ذات طول ثابت من ملف.
ملخص
الحجج:
- النطاق: كائن النطاق
- Record_bytes: عدد البايتات في التسجيلة.
السمات الاختيارية (انظر Attrs
):
- header_bytes: عدد البايتات في الرأس ، الافتراضي هو 0.
- footer_bytes: عدد البايتات في التذييل ، الافتراضي هو 0.
- hop_bytes: عدد البايت للقفز قبل كل قراءة. يعني الإعداد الافتراضي للصفر استخدام record_bytes.
- الحاوية: إذا لم تكن فارغة ، فسيتم وضع هذا القارئ في الحاوية المحددة. خلاف ذلك ، يتم استخدام حاوية افتراضية.
- Shared_name: إذا لم يكن فارغًا ، فسيتم تسمية هذا القارئ في المستودع المحدد بالاسم المشترك هذا. وإلا ، فسيتم استخدام اسم العقدة بدلاً من ذلك.
- التشفير: نوع ترميز الملف. يتم دعم ZLIB و GZIP حاليًا. الافتراضيات إلى لا شيء.
عائدات:
-
Output
: المقبض للإشارة إلى القارئ.
البنائين والمدمرين | |
---|---|
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes) | |
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs) |
السمات العامة | |
---|---|
operation | |
reader_handle |
الوظائف العامة | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
وظائف ثابتة عامة | |
---|---|
Container (StringPiece x) | |
Encoding (StringPiece x) | |
FooterBytes (int64 x) | |
HeaderBytes (int64 x) | |
HopBytes (int64 x) | |
SharedName (StringPiece x) |
الهياكل | |
---|---|
tensorflow :: ops :: FixedLengthRecordReader :: Attrs | محددات السمات الاختيارية لـ FixedLengthRecordReader . |
السمات العامة
عملية
Operation operation
القارئ
::tensorflow::Output reader_handle
الوظائف العامة
FixedLengthRecordReader
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
FixedLengthRecordReader
01419 aeca0العقدة
::tensorflow::Node * node() const
المشغل :: tensorflow :: الإدخال
operator::tensorflow::Input() const
المشغل :: Tensorflow :: Output
operator::tensorflow::Output() const
وظائف ثابتة عامة
وعاء
Attrs Container( StringPiece x )
التشفير
Attrs Encoding( StringPiece x )
تذييل بايت
Attrs FooterBytes( int64 x )
HeaderBytes
Attrs HeaderBytes( int64 x )
HopBytes
Attrs HopBytes( int64 x )
SharedName
Attrs SharedName( StringPiece x )
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-04-20 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"مشكلة في العيّنات / التعليمات البرمجية"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]