App下載

詞條

大約有 4,000 項(xiàng)符合查詢(xún)結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0035秒)

2521.TensorFlow函數(shù)教程:tf.io.gfile.makedirs

...f.io.gfile.makedirs函數(shù)tf.io.gfile.makedirs(path) 定義在:tensorflow/python/lib/io/file_io.py。創(chuàng)建目錄和所有父/中間目錄。如果路徑已存在且可寫(xiě),則成功。 參數(shù): path:string,要?jiǎng)?chuàng)建的目錄的名稱(chēng) 可能引發(fā)的異常: errors.OpError:如...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_makedirs.html

2522.TensorFlow函數(shù)教程:tf.io.gfile.mkdir

tf.io.gfile.mkdir函數(shù)tf.io.gfile.mkdir(path) 定義在:tensorflow/python/lib/io/file_io.py。創(chuàng)建一個(gè)名為'path'的目錄。 參數(shù): path:string,要?jiǎng)?chuàng)建的目錄的名稱(chēng)注意:父目錄需要存在。如果父目錄可能不存在,請(qǐng)使用recursive_create_dir。 ...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_mkdir.html

2523.TensorFlow函數(shù)教程:tf.io.gfile.remove

tf.io.gfile.remove函數(shù)tf.io.gfile.remove(path) 定義在:tensorflow/python/lib/io/file_io.py。刪除位于'path'的路徑。 參數(shù): path:string,一個(gè)路徑。 可能引發(fā)的異常: errors.OpError:傳播FileSystem API報(bào)告的任何錯(cuò)誤。例如,如果路徑...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_remove.html

2524.TensorFlow函數(shù)教程:tf.io.gfile.rename

...ile.rename( src, dst, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py。重命名或移動(dòng)文件/目錄。 參數(shù): src:string,文件的路徑名。 dst:string,文件需要移動(dòng)到的路徑名。 overwrite:boolean,如果為false,則為現(xiàn)有...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_rename.html

2525.TensorFlow函數(shù)教程:tf.io.gfile.rmtree

tf.io.gfile.rmtree函數(shù)tf.io.gfile.rmtree(path) 定義在:tensorflow/python/lib/io/file_io.py。以遞歸方式刪除路徑下的所有內(nèi)容。 參數(shù): path:string,一個(gè)路徑。 可能引發(fā)的異常: errors.OpError:如果操作失敗。

http://m.o2fo.com/tensorflow_python/tf_io_gfile_rmtree.html

2526.TensorFlow函數(shù)教程:tf.io.gfile.stat

tf.io.gfile.stat函數(shù)tf.io.gfile.stat(path) 定義在:tensorflow/python/lib/io/file_io.py。返回給定路徑的文件統(tǒng)計(jì)信息。 參數(shù): path:string,文件的路徑 返回:FileStatistics結(jié)構(gòu),包含有關(guān)路徑的信息 可能引發(fā)的異常: errors.OpError:如...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_stat.html

2527.TensorFlow函數(shù)教程:tf.io.gfile.walk

...walk( top, topdown=True, onerror=None ) 定義在:tensorflow/python/lib/io/file_io.py。目錄的遞歸目錄樹(shù)生成器。 參數(shù): top:string,目錄名稱(chēng)。 topdown:bool,如果為T(mén)rue,則為前序遍歷;如果為False,則為后序法。 onerror:錯(cuò)誤...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_walk.html

2528.TensorFlow函數(shù)教程:tf.keras.activations.deserialize

tf.keras.activations.deserialize函數(shù)tf.keras.activations.deserialize( name, custom_objects=None ) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_deserialize.html

2529.TensorFlow函數(shù)教程:tf.keras.activations.elu

...數(shù)tf.keras.activations.elu( x, alpha=1.0 ) 定義在:tensorflow/python/keras/activations.py。指數(shù)線(xiàn)性單位。 參數(shù): x:輸入張量。 alpha:標(biāo)量,負(fù)部分的斜率。 返回:The exponential linear activation: `x` if `x > 0` and `alpha * (exp(x)-1)` if ...

http://m.o2fo.com/tensorflow_python/tf_keras_activations_elu.html

2530.TensorFlow函數(shù)教程:tf.keras.activations.exponential

tf.keras.activations.exponential函數(shù)tf.keras.activations.exponential(x) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_exponential.html

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2521.TensorFlow函數(shù)教程:tf.io.gfile.makedirs

...f.io.gfile.makedirs函數(shù)tf.io.gfile.makedirs(path) 定義在:tensorflow/python/lib/io/file_io.py。創(chuàng)建目錄和所有父/中間目錄。如果路徑已存在且可寫(xiě),則成功。 參數(shù): path:string,要?jiǎng)?chuàng)建的目錄的名稱(chēng) 可能引發(fā)的異常: errors.OpError:如...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_makedirs.html

2522.TensorFlow函數(shù)教程:tf.io.gfile.mkdir

tf.io.gfile.mkdir函數(shù)tf.io.gfile.mkdir(path) 定義在:tensorflow/python/lib/io/file_io.py。創(chuàng)建一個(gè)名為'path'的目錄。 參數(shù): path:string,要?jiǎng)?chuàng)建的目錄的名稱(chēng)注意:父目錄需要存在。如果父目錄可能不存在,請(qǐng)使用recursive_create_dir。 ...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_mkdir.html

2523.TensorFlow函數(shù)教程:tf.io.gfile.remove

tf.io.gfile.remove函數(shù)tf.io.gfile.remove(path) 定義在:tensorflow/python/lib/io/file_io.py。刪除位于'path'的路徑。 參數(shù): path:string,一個(gè)路徑。 可能引發(fā)的異常: errors.OpError:傳播FileSystem API報(bào)告的任何錯(cuò)誤。例如,如果路徑...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_remove.html

2524.TensorFlow函數(shù)教程:tf.io.gfile.rename

...ile.rename( src, dst, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py。重命名或移動(dòng)文件/目錄。 參數(shù): src:string,文件的路徑名。 dst:string,文件需要移動(dòng)到的路徑名。 overwrite:boolean,如果為false,則為現(xiàn)有...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_rename.html

2525.TensorFlow函數(shù)教程:tf.io.gfile.rmtree

tf.io.gfile.rmtree函數(shù)tf.io.gfile.rmtree(path) 定義在:tensorflow/python/lib/io/file_io.py。以遞歸方式刪除路徑下的所有內(nèi)容。 參數(shù): path:string,一個(gè)路徑。 可能引發(fā)的異常: errors.OpError:如果操作失敗。

http://m.o2fo.com/tensorflow_python/tf_io_gfile_rmtree.html

2526.TensorFlow函數(shù)教程:tf.io.gfile.stat

tf.io.gfile.stat函數(shù)tf.io.gfile.stat(path) 定義在:tensorflow/python/lib/io/file_io.py。返回給定路徑的文件統(tǒng)計(jì)信息。 參數(shù): path:string,文件的路徑 返回:FileStatistics結(jié)構(gòu),包含有關(guān)路徑的信息 可能引發(fā)的異常: errors.OpError:如...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_stat.html

2527.TensorFlow函數(shù)教程:tf.io.gfile.walk

...walk( top, topdown=True, onerror=None ) 定義在:tensorflow/python/lib/io/file_io.py。目錄的遞歸目錄樹(shù)生成器。 參數(shù): top:string,目錄名稱(chēng)。 topdown:bool,如果為T(mén)rue,則為前序遍歷;如果為False,則為后序法。 onerror:錯(cuò)誤...

http://m.o2fo.com/tensorflow_python/tf_io_gfile_walk.html

2528.TensorFlow函數(shù)教程:tf.keras.activations.deserialize

tf.keras.activations.deserialize函數(shù)tf.keras.activations.deserialize( name, custom_objects=None ) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_deserialize.html

2529.TensorFlow函數(shù)教程:tf.keras.activations.elu

...數(shù)tf.keras.activations.elu( x, alpha=1.0 ) 定義在:tensorflow/python/keras/activations.py。指數(shù)線(xiàn)性單位。 參數(shù): x:輸入張量。 alpha:標(biāo)量,負(fù)部分的斜率。 返回:The exponential linear activation: `x` if `x > 0` and `alpha * (exp(x)-1)` if ...

http://m.o2fo.com/tensorflow_python/tf_keras_activations_elu.html

2530.TensorFlow函數(shù)教程:tf.keras.activations.exponential

tf.keras.activations.exponential函數(shù)tf.keras.activations.exponential(x) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_exponential.html

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門(mén)課程