Io Ops

Summary

Classes

tensorflow:: ops:: FixedLengthRecordReader

A Reader that outputs fixed-length records from a file.

tensorflow:: ops:: IdentityReader

A Reader that outputs the queued work as both the key and value.

tensorflow:: ops:: LMDBReader

A Reader that outputs the records from a LMDB file.

tensorflow:: ops:: MatchingFiles

Returns the set of files matching one or more glob patterns.

tensorflow:: ops:: MergeV2Checkpoints

V2 format specific: merges the metadata files of sharded checkpoints.

tensorflow:: ops:: ReadFile

Reads and outputs the entire contents of the input filename.

tensorflow:: ops:: ReaderNumRecordsProduced

Returns the number of records this Reader has produced.

tensorflow:: ops:: ReaderNumWorkUnitsCompleted

Returns the number of work units this Reader has finished processing.

tensorflow:: ops:: ReaderRead

Returns the next record (key, value pair) produced by a Reader.

tensorflow:: ops:: ReaderReadUpTo

Returns up to num_records (key, value) pairs produced by a Reader.

tensorflow:: ops:: ReaderReset

Restore a Reader to its initial clean state.

tensorflow:: ops:: ReaderRestoreState

Restore a reader to a previously saved state.

tensorflow:: ops:: ReaderSerializeState

Produce a string tensor that encodes the state of a Reader.

tensorflow:: ops:: Restore

Restores a tensor from checkpoint files.

tensorflow:: ops:: RestoreSlice

Restores a tensor from checkpoint files.

tensorflow:: ops:: RestoreV2

Restores tensors from a V2 checkpoint.

tensorflow:: ops:: Save

Saves the input tensors to disk.

tensorflow:: ops:: SaveSlices

Saves input tensors slices to disk.

tensorflow:: ops:: SaveV2

Saves tensors in V2 checkpoint format.

tensorflow:: ops:: ShardedFilename

Generate a sharded filename.

tensorflow:: ops:: ShardedFilespec

Generate a glob pattern matching all sharded file names.

tensorflow:: ops:: TFRecordReader

A Reader that outputs the records from a TensorFlow Records file.

tensorflow:: ops:: TextLineReader

A Reader that outputs the lines of a file delimited by '
'.

tensorflow:: ops:: WholeFileReader

A Reader that outputs the entire contents of a file as a value.

tensorflow:: ops:: WriteFile

Writes contents to the file at input filename.