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 '\n'.

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.

Last updated 2022年03月14日 UTC.