App下載

詞條

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

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

...s_jpeg tf.io.is_jpeg( contents, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py。 用于檢查“內(nèi)容”是否對(duì)JPEG圖像進(jìn)行編碼的便利函數(shù)。 參數(shù): contents:0-D string。編碼圖像字節(jié)。 name:操作的名稱(chēng)(可選) 返回: 標(biāo)量布爾張量...

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

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

...put, name=None, out_type=tf.dtypes.string ) 定義在:tensorflow/python/ops/sparse_ops.py。序列化N-minibatch SparseTensor成為[N, 3] Tensor。SparseTensor的秩R必須大于1,并且所述第一維度被視為最小批處理維度。必須按照第一個(gè)維度的遞增順序?qū)parse...

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

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

...put, name=None, out_type=tf.dtypes.string ) 定義在:tensorflow/python/ops/sparse_ops.py。將SparseTensor序列化為3向量(1-D Tensor)對(duì)象。 參數(shù): sp_input:輸入SparseTensor。 name:返回的張量的名稱(chēng)前綴(可選)。 out_type:用于序列化的d...

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

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

... 類(lèi) tf.VarLenFeature 類(lèi) tf.io.VarLenFeature定義在:tensorflow/python/ops/parsing_ops.py。用于解析可變長(zhǎng)度輸入特性的配置。 字段: dtype:輸入的數(shù)據(jù)類(lèi)型。 __new____new__( _cls, dtype ) 創(chuàng)建VarLenFeature(dtype,)的新實(shí)例。 屬性 dty...

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

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

...graph_def, logdir, name, as_text=True ) 定義在:tensorflow/python/framework/graph_io.py。將圖形原型寫(xiě)入文件。除非as_text是False,否則該圖形將被寫(xiě)為文本原型。v = tf.Variable(0, name='my_variable') sess = tf.Session() tf.train.write_graph(sess.graph...

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

2516.TensorFlow函數(shù)教程:tf.io.gfile.copy

...gfile.copy( src, dst, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py。將數(shù)據(jù)從src復(fù)制到dst。 參數(shù): src:string,需要復(fù)制其內(nèi)容的文件的名稱(chēng)。 dst:string,要復(fù)制到的文件的名稱(chēng)。 overwrite:boolean,如果為false...

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

2517.TensorFlow函數(shù)教程:tf.io.gfile.exists

tf.io.gfile.exists函數(shù)tf.io.gfile.exists(path) 定義在:tensorflow/python/lib/io/file_io.py。確定路徑是否存在。 參數(shù): path:string,一個(gè)路徑。 返回:如果路徑存在,則為T(mén)rue,無(wú)論是文件還是目錄。如果路徑不存在且沒(méi)有文件系統(tǒng)錯(cuò)誤...

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

2518.TensorFlow函數(shù)教程:tf.io.gfile.glob

tf.io.gfile.glob函數(shù)tf.io.gfile.glob(pattern) 定義在:tensorflow/python/lib/io/file_io.py。返回與給定模式匹配的文件列表。 參數(shù): pattern:字符串或可迭代的字符串。全局模式。 返回:包含與給定模式匹配的文件名的字符串列表。 ...

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

2519.TensorFlow函數(shù)教程:tf.io.gfile.isdir

tf.io.gfile.isdir函數(shù)tf.io.gfile.isdir(path) 定義在:tensorflow/python/lib/io/file_io.py。返回路徑是否是目錄。 參數(shù): path:string,潛在目錄的路徑。 返回:如果路徑是目錄,則為T(mén)rue;否則為False。

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

2520.TensorFlow函數(shù)教程:tf.io.gfile.listdir

tf.io.gfile.listdir函數(shù)tf.io.gfile.listdir(path) 定義在:tensorflow/python/lib/io/file_io.py。返回目錄中包含的條目列表。該列表按任意順序排列。它不包含特殊條目“.” 和“..”。 參數(shù): path:string,目錄的路徑 返回:[filename1,filenam...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

...s_jpeg tf.io.is_jpeg( contents, name=None ) 定義在:tensorflow/python/ops/image_ops_impl.py。 用于檢查“內(nèi)容”是否對(duì)JPEG圖像進(jìn)行編碼的便利函數(shù)。 參數(shù): contents:0-D string。編碼圖像字節(jié)。 name:操作的名稱(chēng)(可選) 返回: 標(biāo)量布爾張量...

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

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

...put, name=None, out_type=tf.dtypes.string ) 定義在:tensorflow/python/ops/sparse_ops.py。序列化N-minibatch SparseTensor成為[N, 3] Tensor。SparseTensor的秩R必須大于1,并且所述第一維度被視為最小批處理維度。必須按照第一個(gè)維度的遞增順序?qū)parse...

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

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

...put, name=None, out_type=tf.dtypes.string ) 定義在:tensorflow/python/ops/sparse_ops.py。將SparseTensor序列化為3向量(1-D Tensor)對(duì)象。 參數(shù): sp_input:輸入SparseTensor。 name:返回的張量的名稱(chēng)前綴(可選)。 out_type:用于序列化的d...

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

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

... 類(lèi) tf.VarLenFeature 類(lèi) tf.io.VarLenFeature定義在:tensorflow/python/ops/parsing_ops.py。用于解析可變長(zhǎng)度輸入特性的配置。 字段: dtype:輸入的數(shù)據(jù)類(lèi)型。 __new____new__( _cls, dtype ) 創(chuàng)建VarLenFeature(dtype,)的新實(shí)例。 屬性 dty...

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

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

...graph_def, logdir, name, as_text=True ) 定義在:tensorflow/python/framework/graph_io.py。將圖形原型寫(xiě)入文件。除非as_text是False,否則該圖形將被寫(xiě)為文本原型。v = tf.Variable(0, name='my_variable') sess = tf.Session() tf.train.write_graph(sess.graph...

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

2516.TensorFlow函數(shù)教程:tf.io.gfile.copy

...gfile.copy( src, dst, overwrite=False ) 定義在:tensorflow/python/lib/io/file_io.py。將數(shù)據(jù)從src復(fù)制到dst。 參數(shù): src:string,需要復(fù)制其內(nèi)容的文件的名稱(chēng)。 dst:string,要復(fù)制到的文件的名稱(chēng)。 overwrite:boolean,如果為false...

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

2517.TensorFlow函數(shù)教程:tf.io.gfile.exists

tf.io.gfile.exists函數(shù)tf.io.gfile.exists(path) 定義在:tensorflow/python/lib/io/file_io.py。確定路徑是否存在。 參數(shù): path:string,一個(gè)路徑。 返回:如果路徑存在,則為T(mén)rue,無(wú)論是文件還是目錄。如果路徑不存在且沒(méi)有文件系統(tǒng)錯(cuò)誤...

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

2518.TensorFlow函數(shù)教程:tf.io.gfile.glob

tf.io.gfile.glob函數(shù)tf.io.gfile.glob(pattern) 定義在:tensorflow/python/lib/io/file_io.py。返回與給定模式匹配的文件列表。 參數(shù): pattern:字符串或可迭代的字符串。全局模式。 返回:包含與給定模式匹配的文件名的字符串列表。 ...

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

2519.TensorFlow函數(shù)教程:tf.io.gfile.isdir

tf.io.gfile.isdir函數(shù)tf.io.gfile.isdir(path) 定義在:tensorflow/python/lib/io/file_io.py。返回路徑是否是目錄。 參數(shù): path:string,潛在目錄的路徑。 返回:如果路徑是目錄,則為T(mén)rue;否則為False。

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

2520.TensorFlow函數(shù)教程:tf.io.gfile.listdir

tf.io.gfile.listdir函數(shù)tf.io.gfile.listdir(path) 定義在:tensorflow/python/lib/io/file_io.py。返回目錄中包含的條目列表。該列表按任意順序排列。它不包含特殊條目“.” 和“..”。 參數(shù): path:string,目錄的路徑 返回:[filename1,filenam...

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

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

w3cschool 建議您:

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

熱門(mén)課程