tensorflow :: অপস:: TextLineReader

#include <io_ops.h>

একটি পাঠক যা ' দ্বারা সীমাবদ্ধ একটি ফাইলের লাইন আউটপুট করে
'

সারসংক্ষেপ

যুক্তি:

ঐচ্ছিক বৈশিষ্ট্য (দেখুন Attrs ):

  • skip_header_lines: প্রতিটি ফাইলের শুরু থেকে এড়িয়ে যাওয়ার জন্য লাইনের সংখ্যা।
  • ধারক: খালি না থাকলে, এই পাঠকটি প্রদত্ত পাত্রে স্থাপন করা হয়। অন্যথায়, একটি ডিফল্ট ধারক ব্যবহার করা হয়।
  • shared_name: যদি খালি না থাকে, তাহলে প্রদত্ত বালতিতে এই শেয়ার্ড_নাম দিয়ে এই পাঠকের নাম দেওয়া হয়। অন্যথায়, এর পরিবর্তে নোডের নাম ব্যবহার করা হয়।

রিটার্ন:

  • Output : রিডারকে রেফারেন্স করার জন্য হ্যান্ডেল।

কনস্ট্রাক্টর এবং ডেস্ট্রাক্টর

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)

কাঠামো

tensorflow:: ops:: TextLineReader:: Attrs

TextLineReader- এর জন্য ঐচ্ছিক বৈশিষ্ট্য নির্ধারণকারী।

পাবলিক বৈশিষ্ট্য

অপারেশন

Operation operation

পাঠক_হ্যান্ডেল

::tensorflow::Output reader_handle

পাবলিক ফাংশন

TextLineReader

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

TextLineReader

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

নোড

::tensorflow::Node * node() const 

অপারেটর::টেনসরফ্লো::ইনপুট

 operator::tensorflow::Input() const 

অপারেটর::টেনসরফ্লো::আউটপুট

 operator::tensorflow::Output() const 

পাবলিক স্ট্যাটিক ফাংশন

ধারক

Attrs Container(
  StringPiece x
)

শেয়ার করা নাম

Attrs SharedName(
  StringPiece x
)

SkipHeaderLines

Attrs SkipHeaderLines(
  int64 x
)