W3cubDocs

/TensorFlow Python

tf.VarLenFeature

Class VarLenFeature

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

See the guide: Inputs and Readers > Converting

Configuration for parsing a variable-length input feature.

Fields:

  • dtype: Data type of input.

Properties

dtype

Alias for field number 0

Methods

__new__

__new__(
    _cls,
    dtype
)

Create new instance of VarLenFeature(dtype,)

© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/VarLenFeature