tf.io.VarLenFeature

View source on GitHub

Class VarLenFeature

Configuration for parsing a variable-length input feature.

Aliases:

Fields:

  • dtype: Data type of input.

__new__

__new__(
    _cls,
    dtype
)

Create new instance of VarLenFeature(dtype,)

Properties

dtype