เทนเซอร์โฟลว์:: ปฏิบัติการ:: โปรแกรมอ่านบันทึกความยาวคงที่
#include <io_ops.h>
เครื่องอ่านที่ส่งออกบันทึกที่มีความยาวคงที่จากไฟล์
สรุป
ข้อโต้แย้ง:
- ขอบเขต: วัตถุ ขอบเขต
- record_bytes: จำนวนไบต์ในบันทึก
แอ็ตทริบิวต์ทางเลือก (ดู Attrs
):
- header_bytes: จำนวนไบต์ในส่วนหัว มีค่าเริ่มต้นเป็น 0
- footer_bytes: จำนวนไบต์ในส่วนท้าย มีค่าเริ่มต้นเป็น 0
- hop_bytes: จำนวนไบต์ที่จะกระโดดก่อนอ่านแต่ละครั้ง ค่าเริ่มต้นของ 0 หมายถึงการใช้ record_bytes
- คอนเทนเนอร์: หากไม่ว่างเปล่า เครื่องอ่านนี้จะถูกวางไว้ในคอนเทนเนอร์ที่กำหนด มิฉะนั้น จะใช้คอนเทนเนอร์เริ่มต้น
- shared_name: หากไม่ว่างเปล่า เครื่องอ่านนี้จะถูกตั้งชื่อในที่เก็บข้อมูลที่กำหนดด้วย shared_name นี้ มิฉะนั้น จะใช้ชื่อโหนดแทน
- การเข้ารหัส: ประเภทของการเข้ารหัสสำหรับไฟล์ ปัจจุบันรองรับ ZLIB และ GZIP ไม่มีค่าเริ่มต้น
ผลตอบแทน:
-
Output
: หมายเลขอ้างอิงสำหรับอ้างอิง Reader
ตัวสร้างและผู้ทำลาย | |
---|---|
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) |
โครงสร้าง | |
---|---|
เทนเซอร์โฟลว์ :: ops :: FixLengthRecordReader :: Attrs | ตัวตั้งค่าแอ็ตทริบิวต์ทางเลือกสำหรับ FixLengthRecordReader |
คุณลักษณะสาธารณะ
การดำเนินการ
Operation operation
reader_handle
::tensorflow::Output reader_handle
งานสาธารณะ
โปรแกรมอ่านบันทึกความยาวคงที่
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
โปรแกรมอ่านบันทึกความยาวคงที่
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs )
โหนด
::tensorflow::Node * node() const
ตัวดำเนินการ::tensorflow::อินพุต
operator::tensorflow::Input() const
ตัวดำเนินการ::tensorflow::เอาต์พุต
operator::tensorflow::Output() const
ฟังก์ชันคงที่สาธารณะ
คอนเทนเนอร์
Attrs Container( StringPiece x )
การเข้ารหัส
Attrs Encoding( StringPiece x )
ส่วนท้ายไบต์
Attrs FooterBytes( int64 x )
เฮดเดอร์ไบต์
Attrs HeaderBytes( int64 x )
ฮอปไบต์
Attrs HopBytes( int64 x )
ชื่อที่ใช้ร่วมกัน
Attrs SharedName( StringPiece x )