TensorFlow函数教程:tf.io.VarLenFeature
2019-02-26 16:53 更新
tf.io.VarLenFeature函数
类 VarLenFeature
别名:
- 类 tf.VarLenFeature
- 类 tf.io.VarLenFeature
定义在:tensorflow/python/ops/parsing_ops.py。
用于解析可变长度输入特性的配置。
字段:
- dtype:输入的数据类型。
__new__
__new__(
_cls,
dtype
)
创建VarLenFeature(dtype,)的新实例。
属性
dtype