codecamp

TensorFlow函数教程:tf.io.VarLenFeature

tf.io.VarLenFeature函数

类 VarLenFeature

别名:

  • 类 tf.VarLenFeature
  • 类 tf.io.VarLenFeature

定义在:tensorflow/python/ops/parsing_ops.py。

用于解析可变长度输入特性的配置。

字段:

  • dtype:输入的数据类型。

__new__

__new__(
    _cls,
    dtype
)

创建VarLenFeature(dtype,)的新实例。

属性

dtype

TensorFlow函数教程:tf.io.tf_record_iterator
TensorFlow函数教程:tf.io.write_file
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定