tf.io.VarLenFeature

Class VarLenFeature

Aliases:

  • Class tf.VarLenFeature
  • Class tf.io.VarLenFeature

Defined in tensorflow/python/ops/parsing_ops.py.

Configuration for parsing a variable-length input feature.

Fields:

  • dtype: Data type of input.

__new__

__new__(
    _cls,
    dtype
)

Create new instance of VarLenFeature(dtype,)

Properties

dtype