TensorFlow占位符操作:tf.placeholder_with_default

2018-11-11 13:50 更新
tf.placeholder_with_default 函數(shù)
placeholder_with_default(
    input,
    shape,
    name=None
)

請(qǐng)參閱指南:輸入和讀取器>占位符

當(dāng)輸出未被送到時(shí)通過的 input 的占位符 op .

參數(shù):

  • input:張量.output 未輸入時(shí)生成的默認(rèn)值.
  • shape:一個(gè) tf.TensorShape 或者 ints 列表.張量的形狀(可能部分).
  • name:操作的名稱(可選).

返回:

該函數(shù)將返回一個(gè)張量.與 input 具有相同的類型.一個(gè)占位符張量,默認(rèn)為 input 的占位符張量 (如果未送入).

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)