tf.lookup.TextFileIndex

The key and value content to get from each line.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.lookup.TextFileIndex

This class defines the key and value used for tf.lookup.TextFileInitializer.

The key and value content to get from each line is specified either by the following, or a value >=0.

A value >=0 means use the index (starting at zero) of the split line based on delimiter.

Class Variables

  • LINE_NUMBER = -1
  • WHOLE_LINE = -2