เทนเซอร์โฟลว์:: ปฏิบัติการ:: TextLineReader

#include <io_ops.h>

Reader ที่ส่งออกบรรทัดของไฟล์ที่คั่นด้วย '
'.

สรุป

ข้อโต้แย้ง:

แอ็ตทริบิวต์ทางเลือก (ดู Attrs ):

  • skik_header_lines: จำนวนบรรทัดที่จะข้ามจากจุดเริ่มต้นของทุกไฟล์
  • คอนเทนเนอร์: หากไม่ว่างเปล่า เครื่องอ่านนี้จะถูกวางไว้ในคอนเทนเนอร์ที่กำหนด มิฉะนั้น จะใช้คอนเทนเนอร์เริ่มต้น
  • shared_name: หากไม่ว่างเปล่า เครื่องอ่านนี้จะถูกตั้งชื่อในที่เก็บข้อมูลที่กำหนดด้วย shared_name นี้ มิฉะนั้น จะใช้ชื่อโหนดแทน

ผลตอบแทน:

  • Output : หมายเลขอ้างอิงสำหรับอ้างอิง Reader

ตัวสร้างและผู้ทำลาย

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

คุณลักษณะสาธารณะ

operation
reader_handle

งานสาธารณะ

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

ฟังก์ชันคงที่สาธารณะ

Container (StringPiece x)
SharedName (StringPiece x)
SkipHeaderLines (int64 x)

โครงสร้าง

เทนเซอร์โฟลว์:: ops:: TextLineReader:: Attrs

ตัวตั้งค่าแอตทริบิวต์เพิ่มเติมสำหรับ TextLineReader

คุณลักษณะสาธารณะ

การดำเนินการ

Operation operation

reader_handle

::tensorflow::Output reader_handle

งานสาธารณะ

TextLineReader

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

TextLineReader

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

โหนด

::tensorflow::Node * node() const 

ตัวดำเนินการ::tensorflow::อินพุต

 operator::tensorflow::Input() const 

ตัวดำเนินการ::tensorflow::เอาต์พุต

 operator::tensorflow::Output() const 

ฟังก์ชันคงที่สาธารณะ

คอนเทนเนอร์

Attrs Container(
  StringPiece x
)

ชื่อที่ใช้ร่วมกัน

Attrs SharedName(
  StringPiece x
)

ข้ามHeaderLines

Attrs SkipHeaderLines(
  int64 x
)