TensorFlow函數(shù):tf.write_file

2018-04-20 10:37 更新

tf.write_file函數(shù)

tf.write_file(
    filename,
    contents,
    name=None
)

請(qǐng)參閱指南:輸入和讀取器>處理文件系統(tǒng)

在輸入文件名中的文件中寫(xiě)入內(nèi)容.創(chuàng)建文件,如果不存在,則遞歸創(chuàng)建目錄.

函數(shù)參數(shù):

  • filename:一個(gè)string類型的Tensor;標(biāo)量;我們寫(xiě)入內(nèi)容的文件的名稱.
  • contents:一個(gè)string類型的Tensor;標(biāo)量;要寫(xiě)入輸出文件的內(nèi)容.
  • name:操作的名稱(可選).

函數(shù)返回值:

tf.write_file函數(shù)返回創(chuàng)建的操作.

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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)