tf.io.FixedLenFeature

View source on GitHub

Configuration for parsing a fixed-length input feature.

tf.io.FixedLenFeature(
    shape, dtype, default_value=None
)

To treat sparse input as dense, provide a default_value; otherwise, the parse functions will fail on any examples missing this feature.

Fields:

Attributes: