App下載

詞條

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

2371.TensorFlow函數(shù):tf.sparse_transpose

...sparse_transpose( sp_input, perm=None, name=None ) 定義在:tensorflow/python/ops/sparse_ops.py. 參見指南:稀疏張量>操縱 轉(zhuǎn)換一個(gè) SparseTensor 返回的張量的維度 i 將對應(yīng)于輸入維度 perm[i].如果 perm 沒有給出,則它被設(shè)置為(n-1 ... 0),其中 n 是輸入張...

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

2372.TensorFlow函數(shù):tf.sqrt

tf.sqrt函數(shù)sqrt( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算x元素的平方根. 即,\(y = \sqrt{x} = x^{1/2}\). 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor,必須是下列類型之一:half,float32,float64,compl...

http://www.o2fo.com/tensorflow_python/tensorflow_python-75pb2mfi.html

2373.TensorFlow函數(shù):tf.square

tf.square函數(shù)square( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算 x 元素的平方. 即,\(y = x * x = x^2\). 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor,必須是下列類型之一:half,float32,float64,int32,int...

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

2374.TensorFlow函數(shù):tf.squeeze

...e( input, axis=None, name=None, squeeze_dims=None ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量變換>形狀的確定與改變 從張量形狀中移除大小為1的維度. 給定一個(gè)張量 input,該操作返回一個(gè)與已經(jīng)移除的所有大小為1的維度具有相...

http://www.o2fo.com/tensorflow_python/tensorflow_python-1yed2mih.html

2375.TensorFlow函數(shù):tf.stack

...數(shù)tf.stack( values, axis=0, name='stack' ) 定義在:tensorflow/python/ops/array_ops.py. 請參閱指南:圖層(contrib)>構(gòu)建神經(jīng)網(wǎng)絡(luò)圖層的更高級別操作,張量變換>分割和連接 將秩為 R 的張量列表堆疊成一個(gè)秩為 (R+1) 的張量. 將 values 中的...

http://www.o2fo.com/tensorflow_python/tensorflow_python-36hu2mm9.html

2376.TensorFlow函數(shù):tf.subtract

tf.subtract函數(shù)tf.subtract( x, y, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>算術(shù)運(yùn)算符 返回 x-y 的元素. 注意:Subtract 支持廣播. 函數(shù)參數(shù): x:一個(gè) Tensor,必須是下列類型之一:half,bfloat16,float32,float64,uint8,i...

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

2377.TensorFlow函數(shù):tf.tables_initializer

...f.tables_initializer(name='init_all_tables')定義在:tensorflow/python/ops/lookup_ops.py請參閱指南:變量>稀疏變量更新返回初始化默認(rèn)圖表的所有表的操作.函數(shù)參數(shù):name:初始化操作的可選名稱.函數(shù)返回值:tf.tables_initializer函數(shù)返回...

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

2378.TensorFlow函數(shù):tf.tanh

... tf.nn.tanh tf.tanh tf .tanh ( x , name = None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:神經(jīng)網(wǎng)絡(luò)>激活函數(shù) 計(jì)算 x 元素的雙曲正切值. 函數(shù)參數(shù): x:一個(gè) Tensor 或具有 float16,float32,double,complex64 或 complex128 類型的 SparseTensor. nam...

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

2379.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

2380.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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2371.TensorFlow函數(shù):tf.sparse_transpose

...sparse_transpose( sp_input, perm=None, name=None ) 定義在:tensorflow/python/ops/sparse_ops.py. 參見指南:稀疏張量>操縱 轉(zhuǎn)換一個(gè) SparseTensor 返回的張量的維度 i 將對應(yīng)于輸入維度 perm[i].如果 perm 沒有給出,則它被設(shè)置為(n-1 ... 0),其中 n 是輸入張...

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

2372.TensorFlow函數(shù):tf.sqrt

tf.sqrt函數(shù)sqrt( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算x元素的平方根. 即,\(y = \sqrt{x} = x^{1/2}\). 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor,必須是下列類型之一:half,float32,float64,compl...

http://www.o2fo.com/tensorflow_python/tensorflow_python-75pb2mfi.html

2373.TensorFlow函數(shù):tf.square

tf.square函數(shù)square( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算 x 元素的平方. 即,\(y = x * x = x^2\). 函數(shù)參數(shù): x:一個(gè) Tensor 或 SparseTensor,必須是下列類型之一:half,float32,float64,int32,int...

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

2374.TensorFlow函數(shù):tf.squeeze

...e( input, axis=None, name=None, squeeze_dims=None ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量變換>形狀的確定與改變 從張量形狀中移除大小為1的維度. 給定一個(gè)張量 input,該操作返回一個(gè)與已經(jīng)移除的所有大小為1的維度具有相...

http://www.o2fo.com/tensorflow_python/tensorflow_python-1yed2mih.html

2375.TensorFlow函數(shù):tf.stack

...數(shù)tf.stack( values, axis=0, name='stack' ) 定義在:tensorflow/python/ops/array_ops.py. 請參閱指南:圖層(contrib)>構(gòu)建神經(jīng)網(wǎng)絡(luò)圖層的更高級別操作,張量變換>分割和連接 將秩為 R 的張量列表堆疊成一個(gè)秩為 (R+1) 的張量. 將 values 中的...

http://www.o2fo.com/tensorflow_python/tensorflow_python-36hu2mm9.html

2376.TensorFlow函數(shù):tf.subtract

tf.subtract函數(shù)tf.subtract( x, y, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>算術(shù)運(yùn)算符 返回 x-y 的元素. 注意:Subtract 支持廣播. 函數(shù)參數(shù): x:一個(gè) Tensor,必須是下列類型之一:half,bfloat16,float32,float64,uint8,i...

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

2377.TensorFlow函數(shù):tf.tables_initializer

...f.tables_initializer(name='init_all_tables')定義在:tensorflow/python/ops/lookup_ops.py請參閱指南:變量>稀疏變量更新返回初始化默認(rèn)圖表的所有表的操作.函數(shù)參數(shù):name:初始化操作的可選名稱.函數(shù)返回值:tf.tables_initializer函數(shù)返回...

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

2378.TensorFlow函數(shù):tf.tanh

... tf.nn.tanh tf.tanh tf .tanh ( x , name = None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:神經(jīng)網(wǎng)絡(luò)>激活函數(shù) 計(jì)算 x 元素的雙曲正切值. 函數(shù)參數(shù): x:一個(gè) Tensor 或具有 float16,float32,double,complex64 或 complex128 類型的 SparseTensor. nam...

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

2379.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

2380.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

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

w3cschool 建議您:

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

熱門課程