App下載

詞條

大約有 4,000 項符合查詢結果 ,庫內數(shù)據(jù)總量為 78,404 項。(搜索耗時:0.0076秒)

2411.TensorFlow函數(shù):tf.gfile.MakeDirs

tf.gfile.MakeDirs函數(shù)tf.gfile.MakeDirs(dirname) 定義在:tensorflow/python/lib/io/file_io.py. 創(chuàng)建一個目錄和所有父/中間目錄. 如果dirname已存在并且可寫,則成功. 參數(shù): dirname:字符串,要創(chuàng)建的目錄的名稱. 可能引發(fā)的異常: errors.OpError:如果操...

http://m.o2fo.com/tensorflow_python/tensorflow_python-scx62plb.html

2412.TensorFlow函數(shù):tf.gfile.MkDir

tf.gfile.MkDir函數(shù)tf.gfile.MkDir(dirname) 定義在:tensorflow/python/lib/io/file_io.py. 用名稱'dirname'創(chuàng)建一個目錄. 參數(shù): dirname:字符串,要創(chuàng)建的目錄的名稱. 提示:父目錄需要存在.如果存在父目錄不存在的可能性,請使用recursive_create_di...

http://m.o2fo.com/tensorflow_python/tensorflow_python-8aj72plc.html

2413.TensorFlow函數(shù):tf.gfile.Remove

tf.gfile.Remove函數(shù)tf.gfile.Remove(filename) 定義在:tensorflow/python/lib/io/file_io.py. 刪除位于'文件名(filename)'的文件. 參數(shù): filename:字符串,一個文件名. 可能引發(fā)的異常: errors.OpError:傳播由FileSystem API報告的任何錯誤.例如,如果文...

http://m.o2fo.com/tensorflow_python/tensorflow_python-zbfg2pp0.html

2414.TensorFlow函數(shù):tf.gfile.Rename

...f.gfile.Rename( oldname, newname, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py. 重命名或移動一個文件/目錄. 參數(shù): oldname:字符串,文件的路徑名. newname:字符串,文件需要移動到的路徑名. overwrite:布爾值,如果為false,則newname被現(xiàn)...

http://m.o2fo.com/tensorflow_python/tensorflow_python-chf62pp5.html

2415.TensorFlow函數(shù):tf.gfile.Stat

tf.gfile.Stat函數(shù)tf.gfile.Stat(filename) 定義在:tensorflow/python/lib/io/file_io.py. 返回給定路徑的文件統(tǒng)計信息. 參數(shù): filename:字符串,表示文件的路徑. 返回值: 包含有關路徑信息的FileStatistics結構. 可能引發(fā)的異常: errors.OpError:如果操...

http://m.o2fo.com/tensorflow_python/tensorflow_python-fxgv2prh.html

2416.TensorFlow函數(shù):tf.gfile.Walk

...gfile.Walk函數(shù)tf.gfile.Walk( top, in_order=True ) 定義在:tensorflow/python/lib/io/file_io.py. 目錄的遞歸目錄樹生成器. 函數(shù)參數(shù): top:字符串,一個目錄名稱 in_order:布爾值,如果為True,則按順序遍歷;如果為False,則按順序排序. 列出目錄時發(fā)生...

http://m.o2fo.com/tensorflow_python/tensorflow_python-2qb42pri.html

2417.TensorFlow函數(shù):tf.graph_util.must_run_on_cpu

...must_run_on_cpu( node, pin_variables_on_cpu=False ) 定義在:tensorflow/python/framework/graph_util_impl.py. 如果給定的node_def必須在CPU上運行,則返回True,否則返回False. 參數(shù): node:要分配給設備的節(jié)點;可以是ops.Operation或者NodeDef. pin_variables_on_cpu:當...

http://m.o2fo.com/tensorflow_python/tensorflow_python-t2ip2ptc.html

2418.TensorFlow函數(shù):tf.graph_util.remove_training_nodes

...training_nodes( input_graph, protected_nodes=None ) 定義在:tensorflow/python/framework/graph_util_impl.py. 刪除不需要進行推理(inference)的節(jié)點. 在訓練過程中,有一些節(jié)點,比如Identity和checknerics,它們只在訓練時有用,并且可以在僅用于推理的圖形中刪...

http://m.o2fo.com/tensorflow_python/tensorflow_python-jb2v2ptf.html

2419.TensorFlow函數(shù):tf.graph_util.tensor_shape_from_node_def_name

tf.graph_util.tensor_shape_from_node_def_name函數(shù)tf.graph_util.tensor_shape_from_node_def_name( graph, input_name )定義在:tensorflow/python/framework/graph_util_impl.py.tf.graph_util.tensor_shape_from_node_def_name函數(shù)的作用是能夠方便函數(shù)從NodeDef的輸入字符串獲取形狀.

http://m.o2fo.com/tensorflow_python/tensorflow_python-3kwe2pvc.html

2420.TensorFlow函數(shù):tf.image.adjust_brightness

...ess函數(shù)tf.image.adjust_brightness( image, delta ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請參閱指南:圖像操作>圖像調整 調整RGB或灰度圖像的亮度. 這是一種方便的方法,它將RGB圖像轉換為浮點圖像,調整其亮度,然后將其轉換回原始數(shù)...

http://m.o2fo.com/tensorflow_python/tensorflow_python-doin2py9.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

2411.TensorFlow函數(shù):tf.gfile.MakeDirs

tf.gfile.MakeDirs函數(shù)tf.gfile.MakeDirs(dirname) 定義在:tensorflow/python/lib/io/file_io.py. 創(chuàng)建一個目錄和所有父/中間目錄. 如果dirname已存在并且可寫,則成功. 參數(shù): dirname:字符串,要創(chuàng)建的目錄的名稱. 可能引發(fā)的異常: errors.OpError:如果操...

http://m.o2fo.com/tensorflow_python/tensorflow_python-scx62plb.html

2412.TensorFlow函數(shù):tf.gfile.MkDir

tf.gfile.MkDir函數(shù)tf.gfile.MkDir(dirname) 定義在:tensorflow/python/lib/io/file_io.py. 用名稱'dirname'創(chuàng)建一個目錄. 參數(shù): dirname:字符串,要創(chuàng)建的目錄的名稱. 提示:父目錄需要存在.如果存在父目錄不存在的可能性,請使用recursive_create_di...

http://m.o2fo.com/tensorflow_python/tensorflow_python-8aj72plc.html

2413.TensorFlow函數(shù):tf.gfile.Remove

tf.gfile.Remove函數(shù)tf.gfile.Remove(filename) 定義在:tensorflow/python/lib/io/file_io.py. 刪除位于'文件名(filename)'的文件. 參數(shù): filename:字符串,一個文件名. 可能引發(fā)的異常: errors.OpError:傳播由FileSystem API報告的任何錯誤.例如,如果文...

http://m.o2fo.com/tensorflow_python/tensorflow_python-zbfg2pp0.html

2414.TensorFlow函數(shù):tf.gfile.Rename

...f.gfile.Rename( oldname, newname, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py. 重命名或移動一個文件/目錄. 參數(shù): oldname:字符串,文件的路徑名. newname:字符串,文件需要移動到的路徑名. overwrite:布爾值,如果為false,則newname被現(xiàn)...

http://m.o2fo.com/tensorflow_python/tensorflow_python-chf62pp5.html

2415.TensorFlow函數(shù):tf.gfile.Stat

tf.gfile.Stat函數(shù)tf.gfile.Stat(filename) 定義在:tensorflow/python/lib/io/file_io.py. 返回給定路徑的文件統(tǒng)計信息. 參數(shù): filename:字符串,表示文件的路徑. 返回值: 包含有關路徑信息的FileStatistics結構. 可能引發(fā)的異常: errors.OpError:如果操...

http://m.o2fo.com/tensorflow_python/tensorflow_python-fxgv2prh.html

2416.TensorFlow函數(shù):tf.gfile.Walk

...gfile.Walk函數(shù)tf.gfile.Walk( top, in_order=True ) 定義在:tensorflow/python/lib/io/file_io.py. 目錄的遞歸目錄樹生成器. 函數(shù)參數(shù): top:字符串,一個目錄名稱 in_order:布爾值,如果為True,則按順序遍歷;如果為False,則按順序排序. 列出目錄時發(fā)生...

http://m.o2fo.com/tensorflow_python/tensorflow_python-2qb42pri.html

2417.TensorFlow函數(shù):tf.graph_util.must_run_on_cpu

...must_run_on_cpu( node, pin_variables_on_cpu=False ) 定義在:tensorflow/python/framework/graph_util_impl.py. 如果給定的node_def必須在CPU上運行,則返回True,否則返回False. 參數(shù): node:要分配給設備的節(jié)點;可以是ops.Operation或者NodeDef. pin_variables_on_cpu:當...

http://m.o2fo.com/tensorflow_python/tensorflow_python-t2ip2ptc.html

2418.TensorFlow函數(shù):tf.graph_util.remove_training_nodes

...training_nodes( input_graph, protected_nodes=None ) 定義在:tensorflow/python/framework/graph_util_impl.py. 刪除不需要進行推理(inference)的節(jié)點. 在訓練過程中,有一些節(jié)點,比如Identity和checknerics,它們只在訓練時有用,并且可以在僅用于推理的圖形中刪...

http://m.o2fo.com/tensorflow_python/tensorflow_python-jb2v2ptf.html

2419.TensorFlow函數(shù):tf.graph_util.tensor_shape_from_node_def_name

tf.graph_util.tensor_shape_from_node_def_name函數(shù)tf.graph_util.tensor_shape_from_node_def_name( graph, input_name )定義在:tensorflow/python/framework/graph_util_impl.py.tf.graph_util.tensor_shape_from_node_def_name函數(shù)的作用是能夠方便函數(shù)從NodeDef的輸入字符串獲取形狀.

http://m.o2fo.com/tensorflow_python/tensorflow_python-3kwe2pvc.html

2420.TensorFlow函數(shù):tf.image.adjust_brightness

...ess函數(shù)tf.image.adjust_brightness( image, delta ) 定義在:tensorflow/python/ops/image_ops_impl.py. 請參閱指南:圖像操作>圖像調整 調整RGB或灰度圖像的亮度. 這是一種方便的方法,它將RGB圖像轉換為浮點圖像,調整其亮度,然后將其轉換回原始數(shù)...

http://m.o2fo.com/tensorflow_python/tensorflow_python-doin2py9.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程