App下載

詞條

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

2381.TensorFlow函數(shù):tf.to_bfloat16

...數(shù)tf.to_bfloat16( x, name='ToBFloat16' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量轉(zhuǎn)換 將張量轉(zhuǎn)換為 bfloat16 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_bfloat16函數(shù)返回一個(gè) Ten...

http://www.o2fo.com/tensorflow_python/tensorflow_python-xerq2ndi.html

2382.TensorFlow函數(shù):tf.to_double

...ble函數(shù)tf.to_double( x, name='ToDouble' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量轉(zhuǎn)換 將張量轉(zhuǎn)換為 float64 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_double函數(shù)返回 Tensor 或...

http://www.o2fo.com/tensorflow_python/tensorflow_python-7zlv2ndj.html

2383.TensorFlow函數(shù):tf.to_float

...float函數(shù)tf.to_float( x, name='ToFloat' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 float32 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_float函數(shù)返回一個(gè) Tenso...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ayvr2nfu.html

2384.TensorFlow函數(shù):tf.to_int32

...int32函數(shù)tf.to_int32( x, name='ToInt32' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 int32 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_int32函數(shù)返回一個(gè) Tensor ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-l6vd2nfv.html

2385.TensorFlow函數(shù):tf.to_int64

...int64函數(shù)tf.to_int64( x, name='ToInt64' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 int64 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_int64函數(shù)返回一個(gè) Tensor ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-wxuy2nm6.html

2386.TensorFlow函數(shù):tf.trace

... tf.linalg.trace tf.trace tf.trace( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請(qǐng)參閱指南:數(shù)學(xué)函數(shù)>矩陣數(shù)學(xué)函數(shù) 計(jì)算張量 x 的軌跡(trace). trace(x) 返回沿 x 中每個(gè)最內(nèi)層矩陣的主對(duì)角線的總和.如果 x 是秩的 k 具有形狀[I, J, K, ......

http://www.o2fo.com/tensorflow_python/tensorflow_python-phqa2nm7.html

2387.TensorFlow函數(shù):tf.trainable_variables

...e_variables函數(shù)tf.trainable_variables(scope=None) 定義在:tensorflow/python/ops/variables.py. 請(qǐng)參閱指南:變量>變量幫助函數(shù) 返回使用 trainable=True 創(chuàng)建的所有變量. 傳遞 trainable=True 時(shí),Variable() 構(gòu)造函數(shù)會(huì)自動(dòng)將新變量添加到圖形集合 GraphKeys....

http://www.o2fo.com/tensorflow_python/tensorflow_python-mt3n2no2.html

2388.TensorFlow函數(shù):tf.truncatediv

...分?jǐn)?shù)量舍入到零.即 -7/5 = -1.這與 C 語義匹配,但它不同于 Python 語義. 注意:TruncateDiv支持廣播. 函數(shù)參數(shù): x:一個(gè) Tensor,必須是下列類型之一:half,bfloat16,float32,float64,uint8,int8,uint16,int16,int32,int64,complex64,complex128. y:一個(gè) Tensor,必須...

http://www.o2fo.com/tensorflow_python/tensorflow_python-kfzp2nst.html

2389.TensorFlow函數(shù):tf.tuple

...tf.tuple( tensors, name=None, control_inputs=None ) 定義在:tensorflow/python/ops/control_flow_ops.py. 請(qǐng)參閱指南:控制流程>控制流程操作 將張量組合在一起. 這將創(chuàng)建一個(gè)與 tensors 參數(shù)具有相同值的張量元組,但是每個(gè)張量的值僅在所有張量的...

http://www.o2fo.com/tensorflow_python/tensorflow_python-byi32nxj.html

2390.TensorFlow函數(shù):tf.unique

...ue函數(shù)tf.unique( x, out_idx=tf.int32, name=None ) 定義在:tensorflow/python/ops/array_ops.py 請(qǐng)參閱指南:數(shù)學(xué)函數(shù)>序列比較和索引 在一維張量中找到唯一的元素. 該操作返回一個(gè)張量 y,該張量包含所有發(fā)生在 x 中的所有唯一的元素 x,它們按...

http://www.o2fo.com/tensorflow_python/tensorflow_python-duv62o0r.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2381.TensorFlow函數(shù):tf.to_bfloat16

...數(shù)tf.to_bfloat16( x, name='ToBFloat16' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量轉(zhuǎn)換 將張量轉(zhuǎn)換為 bfloat16 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_bfloat16函數(shù)返回一個(gè) Ten...

http://www.o2fo.com/tensorflow_python/tensorflow_python-xerq2ndi.html

2382.TensorFlow函數(shù):tf.to_double

...ble函數(shù)tf.to_double( x, name='ToDouble' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量轉(zhuǎn)換 將張量轉(zhuǎn)換為 float64 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_double函數(shù)返回 Tensor 或...

http://www.o2fo.com/tensorflow_python/tensorflow_python-7zlv2ndj.html

2383.TensorFlow函數(shù):tf.to_float

...float函數(shù)tf.to_float( x, name='ToFloat' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 float32 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_float函數(shù)返回一個(gè) Tenso...

http://www.o2fo.com/tensorflow_python/tensorflow_python-ayvr2nfu.html

2384.TensorFlow函數(shù):tf.to_int32

...int32函數(shù)tf.to_int32( x, name='ToInt32' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 int32 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_int32函數(shù)返回一個(gè) Tensor ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-l6vd2nfv.html

2385.TensorFlow函數(shù):tf.to_int64

...int64函數(shù)tf.to_int64( x, name='ToInt64' ) 定義在:tensorflow/python/ops/math_ops.py. 參見指南:張量變換 將張量轉(zhuǎn)換為 int64 類型. 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor. name:操作的名稱(可選). 函數(shù)返回值: tf.to_int64函數(shù)返回一個(gè) Tensor ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-wxuy2nm6.html

2386.TensorFlow函數(shù):tf.trace

... tf.linalg.trace tf.trace tf.trace( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請(qǐng)參閱指南:數(shù)學(xué)函數(shù)>矩陣數(shù)學(xué)函數(shù) 計(jì)算張量 x 的軌跡(trace). trace(x) 返回沿 x 中每個(gè)最內(nèi)層矩陣的主對(duì)角線的總和.如果 x 是秩的 k 具有形狀[I, J, K, ......

http://www.o2fo.com/tensorflow_python/tensorflow_python-phqa2nm7.html

2387.TensorFlow函數(shù):tf.trainable_variables

...e_variables函數(shù)tf.trainable_variables(scope=None) 定義在:tensorflow/python/ops/variables.py. 請(qǐng)參閱指南:變量>變量幫助函數(shù) 返回使用 trainable=True 創(chuàng)建的所有變量. 傳遞 trainable=True 時(shí),Variable() 構(gòu)造函數(shù)會(huì)自動(dòng)將新變量添加到圖形集合 GraphKeys....

http://www.o2fo.com/tensorflow_python/tensorflow_python-mt3n2no2.html

2388.TensorFlow函數(shù):tf.truncatediv

...分?jǐn)?shù)量舍入到零.即 -7/5 = -1.這與 C 語義匹配,但它不同于 Python 語義. 注意:TruncateDiv支持廣播. 函數(shù)參數(shù): x:一個(gè) Tensor,必須是下列類型之一:half,bfloat16,float32,float64,uint8,int8,uint16,int16,int32,int64,complex64,complex128. y:一個(gè) Tensor,必須...

http://www.o2fo.com/tensorflow_python/tensorflow_python-kfzp2nst.html

2389.TensorFlow函數(shù):tf.tuple

...tf.tuple( tensors, name=None, control_inputs=None ) 定義在:tensorflow/python/ops/control_flow_ops.py. 請(qǐng)參閱指南:控制流程>控制流程操作 將張量組合在一起. 這將創(chuàng)建一個(gè)與 tensors 參數(shù)具有相同值的張量元組,但是每個(gè)張量的值僅在所有張量的...

http://www.o2fo.com/tensorflow_python/tensorflow_python-byi32nxj.html

2390.TensorFlow函數(shù):tf.unique

...ue函數(shù)tf.unique( x, out_idx=tf.int32, name=None ) 定義在:tensorflow/python/ops/array_ops.py 請(qǐng)參閱指南:數(shù)學(xué)函數(shù)>序列比較和索引 在一維張量中找到唯一的元素. 該操作返回一個(gè)張量 y,該張量包含所有發(fā)生在 x 中的所有唯一的元素 x,它們按...

http://www.o2fo.com/tensorflow_python/tensorflow_python-duv62o0r.html

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

w3cschool 建議您:

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

熱門課程