App下載

詞條

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

2501.TensorFlow函數(shù)教程:tf.io.FixedLenSequenceFeature

...SequenceFeature 類 tf.io.FixedLenSequenceFeature定義在:tensorflow/python/ops/parsing_ops.py。用于將可變長度輸入要素解析為Tensor的配置。生成的解析單個(gè)SequenceExample或Example的Tensor具有靜態(tài)shape:[None] + shape和指定的dtype。解析batch_size大小的多...

http://www.o2fo.com/tensorflow_python/tf_io_FixedLenSequenceFeature.html

2502.TensorFlow函數(shù)教程:tf.io.match_filenames_once

....match_filenames_once( pattern, name=None ) 定義在:tensorflow/python/training/input.py。保存匹配模式的文件列表,因此只計(jì)算一次。注意:返回的文件的順序可能是不確定的。 參數(shù): pattern:文件模式(glob)或文件模式的1D張量。 ...

http://www.o2fo.com/tensorflow_python/tf_io_match_filenames_once.html

2503.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:操作的名稱(可選) 返回: 標(biāo)量布爾張量...

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

2504.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://www.o2fo.com/tensorflow_python/tf_io_serialize_many_sparse.html

2505.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:返回的張量的名稱前綴(可選)。 out_type:用于序列化的d...

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

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

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

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

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

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

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

2508.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)容的文件的名稱。 dst:string,要復(fù)制到的文件的名稱。 overwrite:boolean,如果為false...

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

2509.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è)路徑。 返回:如果路徑存在,則為True,無論是文件還是目錄。如果路徑不存在且沒有文件系統(tǒng)錯(cuò)誤...

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

2510.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://www.o2fo.com/tensorflow_python/tf_io_gfile_glob.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2501.TensorFlow函數(shù)教程:tf.io.FixedLenSequenceFeature

...SequenceFeature 類 tf.io.FixedLenSequenceFeature定義在:tensorflow/python/ops/parsing_ops.py。用于將可變長度輸入要素解析為Tensor的配置。生成的解析單個(gè)SequenceExample或Example的Tensor具有靜態(tài)shape:[None] + shape和指定的dtype。解析batch_size大小的多...

http://www.o2fo.com/tensorflow_python/tf_io_FixedLenSequenceFeature.html

2502.TensorFlow函數(shù)教程:tf.io.match_filenames_once

....match_filenames_once( pattern, name=None ) 定義在:tensorflow/python/training/input.py。保存匹配模式的文件列表,因此只計(jì)算一次。注意:返回的文件的順序可能是不確定的。 參數(shù): pattern:文件模式(glob)或文件模式的1D張量。 ...

http://www.o2fo.com/tensorflow_python/tf_io_match_filenames_once.html

2503.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:操作的名稱(可選) 返回: 標(biāo)量布爾張量...

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

2504.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://www.o2fo.com/tensorflow_python/tf_io_serialize_many_sparse.html

2505.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:返回的張量的名稱前綴(可選)。 out_type:用于序列化的d...

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

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

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

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

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

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

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

2508.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)容的文件的名稱。 dst:string,要復(fù)制到的文件的名稱。 overwrite:boolean,如果為false...

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

2509.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è)路徑。 返回:如果路徑存在,則為True,無論是文件還是目錄。如果路徑不存在且沒有文件系統(tǒng)錯(cuò)誤...

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

2510.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://www.o2fo.com/tensorflow_python/tf_io_gfile_glob.html

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

w3cschool 建議您:

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

熱門課程