TensorFlow函數(shù)教程:tf.io.FixedLenFeature

2019-02-20 17:25 更新

tf.io.FixedLenFeature函數(shù)

類(lèi) FixedLenFeature

別名:

  • 類(lèi) tf.FixedLenFeature
  • 類(lèi) tf.io.FixedLenFeature

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

用于解析固定長(zhǎng)度輸入要素的配置。

要將稀疏輸入視為密集,請(qǐng)?zhí)峁ヾefault_value;否則,任何缺少此功能的示例的解析函數(shù)都將失敗。

字段:

  • shape:輸入數(shù)據(jù)的shape。
  • dtype:輸入的數(shù)據(jù)類(lèi)型。
  • default_value:如果示例缺少此功能,則使用該值。它必須與dtype和指定shape兼容。

__new__

@staticmethod
__new__(
    cls,
    shape,
    dtype,
    default_value=None
)

創(chuàng)建FixedLenFeature的新實(shí)例(shape,dtype,default_value)

屬性

shape

dtype

default_value

以上內(nèi)容是否對(duì)您有幫助:
在線(xiàn)筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)