テンソルフロー::作戦:: LMDBReader
#include <io_ops.h>
LMDB ファイルからレコードを出力するリーダー。
まとめ
引数:
- スコープ:スコープオブジェクト
オプションの属性 ( Attrs
を参照):
- コンテナ: 空でない場合、このリーダーは指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name: 空でない場合、このリーダーは指定されたバケット内でこのshared_nameの名前が付けられます。それ以外の場合は、代わりにノード名が使用されます。
戻り値:
-
Output
: Reader を参照するハンドル。
コンストラクターとデストラクター | |
---|---|
LMDBReader (const :: tensorflow::Scope & scope) | |
LMDBReader (const :: tensorflow::Scope & scope, const LMDBReader::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
reader_handle |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Container (StringPiece x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: LMDBReader:: Attrs | LMDBReaderのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
リーダーハンドル
::tensorflow::Output reader_handle
公共機能
LMDBReader
LMDBReader( const ::tensorflow::Scope & scope )
LMDBReader
LMDBReader( const ::tensorflow::Scope & scope, const LMDBReader::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
容器
Attrs Container( StringPiece x )
共有名
Attrs SharedName( StringPiece x )