tensorflow :: ops :: TextLineReader
#include <io_ops.h>
'で区切られたファイルの行を出力するリーダー
'。
概要
引数:
- スコープ:スコープオブジェクト
オプションの属性(参照Attrs
):
- skip_header_lines:すべてのファイルの先頭からスキップする行数。
- コンテナ:空でない場合、このリーダーは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name:空でない場合、このリーダーは、指定されたバケットでこの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
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
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
パブリック静的関数
コンテナ
Attrs Container( StringPiece x )
SharedName
Attrs SharedName( StringPiece x )
SkipHeaderLines
Attrs SkipHeaderLines( int64 x )