テンソルフロー::作戦::テキストラインリーダー

#include <io_ops.h>

' で区切られたファイルの行を出力する Reader
'。

まとめ

引数:

オプションの属性 ( Attrsを参照):

  • Skip_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)

構造体

tensorflow:: ops:: TextLineReader:: Attrs

TextLineReaderのオプションの属性セッター。

パブリック属性

手術

Operation operation

リーダーハンドル

::tensorflow::Output reader_handle

公共機能

テキストラインリーダー

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

テキストラインリーダー

 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
)

ヘッダー行をスキップ

Attrs SkipHeaderLines(
  int64 x
)