Io Ops
Summary
Classes |
|
---|---|
tensorflow:: |
A Reader that outputs fixed-length records from a file. |
tensorflow:: |
A Reader that outputs the queued work as both the key and value. |
tensorflow:: |
A Reader that outputs the records from a LMDB file. |
tensorflow:: |
Returns the set of files matching one or more glob patterns. |
tensorflow:: |
V2 format specific: merges the metadata files of sharded checkpoints. |
tensorflow:: |
Reads and outputs the entire contents of the input filename. |
tensorflow:: |
Returns the number of records this Reader has produced. |
tensorflow:: |
Returns the number of work units this Reader has finished processing. |
tensorflow:: |
Returns the next record (key, value pair) produced by a Reader. |
tensorflow:: |
Returns up to |
tensorflow:: |
Restore a Reader to its initial clean state. |
tensorflow:: |
Restore a reader to a previously saved state. |
tensorflow:: |
Produce a string tensor that encodes the state of a Reader. |
tensorflow:: |
Restores a tensor from checkpoint files. |
tensorflow:: |
Restores a tensor from checkpoint files. |
tensorflow:: |
Restores tensors from a V2 checkpoint. |
tensorflow:: |
Saves the input tensors to disk. |
tensorflow:: |
Saves input tensors slices to disk. |
tensorflow:: |
Saves tensors in V2 checkpoint format. |
tensorflow:: |
Generate a sharded filename. |
tensorflow:: |
Generate a glob pattern matching all sharded file names. |
tensorflow:: |
A Reader that outputs the records from a TensorFlow Records file. |
tensorflow:: |
A Reader that outputs the lines of a file delimited by '\n'. |
tensorflow:: |
A Reader that outputs the entire contents of a file as a value. |
tensorflow:: |
Writes |