App下載

詞條

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

2331.TensorFlow函數(shù):tf.ones

...es 函數(shù)ones( shape, dtype=tf.float32, name=None ) 定義于:tensorflow/python/ops/array_ops.py. 請參閱指南:生成常量,序列和隨機(jī)值>常量值張量 創(chuàng)建一個(gè)將所有元素都設(shè)置為1的張量. 這個(gè)操作返回一個(gè) dtype 類型的張量,并且形狀為 shape,所有的...

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

2332.TensorFlow函數(shù):tf.ones_like

...ike( tensor, dtype=None, name=None, optimize=True ) 定義在:tensorflow/python/ops/array_ops.py. 請參閱指南:生成常量,序列和隨機(jī)值>常量值張量 創(chuàng)建一個(gè)將所有元素都設(shè)置為1的張量. 給定一個(gè)張量(tensor),此操作返回與所有元素設(shè)置為1的張量相...

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

2333.TensorFlow函數(shù):tf.OpError

... 類 別名: 類 tf.OpError 類 tf.errors.OpError 定義在:tensorflow/python/framework/errors_impl.py. 請參閱指南:運(yùn)行圖>錯(cuò)誤類和方便函數(shù) 當(dāng) TensorFlow 執(zhí)行失敗時(shí)引發(fā)的一般性錯(cuò)誤. 在可能的情況下,該會(huì)話將從 tf.errors 模塊引發(fā) OpError 的更具...

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

2334.TensorFlow函數(shù):tf.parallel_stack

...ack ( values , name = 'parallel_stack' ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量變換>分割和連接 將 rank-R張量列表堆疊為一個(gè) rank-(R+1)張量平行. 要求在圖形構(gòu)建時(shí)知道輸入的形狀. 將 values 中的張量打包成一個(gè)張量...

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

2335.TensorFlow占位符:tf.placeholder

...r 函數(shù)placeholder( dtype, shape=None, name=None ) 定義在:tensorflow/python/ops/array_ops.py 請參閱指南:輸入和讀取器>占位符 插入一個(gè)張量的占位符,這個(gè)張量將一直被提供. 注意:如果計(jì)算,該張量將產(chǎn)生一個(gè)錯(cuò)誤,其值必須使用 feed_dict 可選...

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

2336.TensorFlow冪值計(jì)算函數(shù):tf.pow

tf.pow 函數(shù)pow( x, y, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算一個(gè)值到另一個(gè)值的冪. 給定一個(gè)張量 x 和一個(gè)張量 y,這個(gè)操作計(jì)算對應(yīng)于 \(x^y\) 中的 x 元素和 y 元素.例如:x = tf.consta...

http://www.o2fo.com/tensorflow_python/tensorflow_python-5kb92g14.html

2337.tf.Print函數(shù):打印張量列表

...age=None, first_n=None, summarize=None, name=None ) 定義在:tensorflow/python/ops/logging_ops.py. 請參閱指南:控制流程>調(diào)試操作 打印張量列表. 這是一個(gè)在計(jì)算時(shí)打印 data 的帶有副作用的身份 op. 注意:此操作打印到標(biāo)準(zhǔn)錯(cuò)誤.它目前不兼容 jupy...

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

2338.tf.rank函數(shù):返回TensorFlow張量的秩

tf.rank 函數(shù)rank( input, name=None ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量轉(zhuǎn)換>形狀的確定和改變 返回張量的秩. 返回0維的 int32 Tensor,它表示 input 的秩. 例如:# shape of tensor 't' is [2, 2, 3] t = tf.constant([[[1, 1, 1], [2, 2...

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

2339.TensorFlow函數(shù):tf.real

tf.real 函數(shù)real( input, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>復(fù)數(shù)函數(shù) 返回復(fù)數(shù)的實(shí)部部分. 給定一個(gè) input 張量的復(fù)數(shù),此操作返回 float32 或 float64 類型的張量,這是 input 中每個(gè)元素的真實(shí)部分.input ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-5mzj2h9x.html

2340.TensorFlow函數(shù):tf.reduce_any

...eep_dims=False, name=None, reduction_indices=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>減少 在張量的維度上計(jì)算元素的 "邏輯或". 按照axis給定的維度減少input_tensor.除非 keep_dims 是 true,否則張量的秩將在axis的每個(gè)條...

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2331.TensorFlow函數(shù):tf.ones

...es 函數(shù)ones( shape, dtype=tf.float32, name=None ) 定義于:tensorflow/python/ops/array_ops.py. 請參閱指南:生成常量,序列和隨機(jī)值>常量值張量 創(chuàng)建一個(gè)將所有元素都設(shè)置為1的張量. 這個(gè)操作返回一個(gè) dtype 類型的張量,并且形狀為 shape,所有的...

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

2332.TensorFlow函數(shù):tf.ones_like

...ike( tensor, dtype=None, name=None, optimize=True ) 定義在:tensorflow/python/ops/array_ops.py. 請參閱指南:生成常量,序列和隨機(jī)值>常量值張量 創(chuàng)建一個(gè)將所有元素都設(shè)置為1的張量. 給定一個(gè)張量(tensor),此操作返回與所有元素設(shè)置為1的張量相...

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

2333.TensorFlow函數(shù):tf.OpError

... 類 別名: 類 tf.OpError 類 tf.errors.OpError 定義在:tensorflow/python/framework/errors_impl.py. 請參閱指南:運(yùn)行圖>錯(cuò)誤類和方便函數(shù) 當(dāng) TensorFlow 執(zhí)行失敗時(shí)引發(fā)的一般性錯(cuò)誤. 在可能的情況下,該會(huì)話將從 tf.errors 模塊引發(fā) OpError 的更具...

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

2334.TensorFlow函數(shù):tf.parallel_stack

...ack ( values , name = 'parallel_stack' ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量變換>分割和連接 將 rank-R張量列表堆疊為一個(gè) rank-(R+1)張量平行. 要求在圖形構(gòu)建時(shí)知道輸入的形狀. 將 values 中的張量打包成一個(gè)張量...

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

2335.TensorFlow占位符:tf.placeholder

...r 函數(shù)placeholder( dtype, shape=None, name=None ) 定義在:tensorflow/python/ops/array_ops.py 請參閱指南:輸入和讀取器>占位符 插入一個(gè)張量的占位符,這個(gè)張量將一直被提供. 注意:如果計(jì)算,該張量將產(chǎn)生一個(gè)錯(cuò)誤,其值必須使用 feed_dict 可選...

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

2336.TensorFlow冪值計(jì)算函數(shù):tf.pow

tf.pow 函數(shù)pow( x, y, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計(jì)算一個(gè)值到另一個(gè)值的冪. 給定一個(gè)張量 x 和一個(gè)張量 y,這個(gè)操作計(jì)算對應(yīng)于 \(x^y\) 中的 x 元素和 y 元素.例如:x = tf.consta...

http://www.o2fo.com/tensorflow_python/tensorflow_python-5kb92g14.html

2337.tf.Print函數(shù):打印張量列表

...age=None, first_n=None, summarize=None, name=None ) 定義在:tensorflow/python/ops/logging_ops.py. 請參閱指南:控制流程>調(diào)試操作 打印張量列表. 這是一個(gè)在計(jì)算時(shí)打印 data 的帶有副作用的身份 op. 注意:此操作打印到標(biāo)準(zhǔn)錯(cuò)誤.它目前不兼容 jupy...

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

2338.tf.rank函數(shù):返回TensorFlow張量的秩

tf.rank 函數(shù)rank( input, name=None ) 定義在:tensorflow/python/ops/array_ops.py. 參見指南:張量轉(zhuǎn)換>形狀的確定和改變 返回張量的秩. 返回0維的 int32 Tensor,它表示 input 的秩. 例如:# shape of tensor 't' is [2, 2, 3] t = tf.constant([[[1, 1, 1], [2, 2...

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

2339.TensorFlow函數(shù):tf.real

tf.real 函數(shù)real( input, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>復(fù)數(shù)函數(shù) 返回復(fù)數(shù)的實(shí)部部分. 給定一個(gè) input 張量的復(fù)數(shù),此操作返回 float32 或 float64 類型的張量,這是 input 中每個(gè)元素的真實(shí)部分.input ...

http://www.o2fo.com/tensorflow_python/tensorflow_python-5mzj2h9x.html

2340.TensorFlow函數(shù):tf.reduce_any

...eep_dims=False, name=None, reduction_indices=None ) 定義在:tensorflow/python/ops/math_ops.py. 請參閱指南:數(shù)學(xué)函數(shù)>減少 在張量的維度上計(jì)算元素的 "邏輯或". 按照axis給定的維度減少input_tensor.除非 keep_dims 是 true,否則張量的秩將在axis的每個(gè)條...

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

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

w3cschool 建議您:

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

熱門課程