tensorflow::ops::LMDBReader
#include <io_ops.h>
A Reader that outputs the records from a LMDB file.
Summary
Arguments:
- scope: A Scope object
Optional attributes (see Attrs
):
- container: If non-empty, this reader is placed in the given container. Otherwise, a default container is used.
- shared_name: If non-empty, this reader is named in the given bucket with this shared_name. Otherwise, the node name is used instead.
Returns:
Output
: The handle to reference the Reader.
Constructors and Destructors |
|
---|---|
LMDBReader(const ::
|
|
LMDBReader(const ::
|
Public attributes |
|
---|---|
operation
|
|
reader_
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::
|
|
operator::
|
|
Public static functions |
|
---|---|
Container(StringPiece x)
|
|
SharedName(StringPiece x)
|
Structs |
|
---|---|
tensorflow:: |
Optional attribute setters for LMDBReader. |
Public attributes
operation
Operation operation
reader_handle
::tensorflow::Output reader_handle
Public functions
LMDBReader
LMDBReader( const ::tensorflow::Scope & scope )