App下載

詞條

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

2331.TensorFlow變量:tf.min_max_variable_partitioner

...size=256 << 10, bytes_per_string_element=16 ) 定義在:tensorflow/python/ops/partitioned_variables.py. 參見指南:變量>切分變量分區(qū) 分區(qū)為每個切片分配最小尺寸. 返回一個分區(qū),該值對給定形狀的變量和 dtype 進行分區(qū),這樣每個分區(qū)都有最小...

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

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

tf.negative 函數(shù)negative( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 參考指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計算數(shù)值的負值元素,即:y = -x 參數(shù): x:一個張量或 SparseTensor.必須是下列類型之一:half,float32,float64,int32,int64,complex64,com...

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

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

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

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

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

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

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

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

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

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

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

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

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

2337.TensorFlow占位符:tf.placeholder

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

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

2338.TensorFlow冪值計算函數(shù):tf.pow

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

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

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

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

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

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2331.TensorFlow變量:tf.min_max_variable_partitioner

...size=256 << 10, bytes_per_string_element=16 ) 定義在:tensorflow/python/ops/partitioned_variables.py. 參見指南:變量>切分變量分區(qū) 分區(qū)為每個切片分配最小尺寸. 返回一個分區(qū),該值對給定形狀的變量和 dtype 進行分區(qū),這樣每個分區(qū)都有最小...

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

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

tf.negative 函數(shù)negative( x, name=None ) 定義在:tensorflow/python/ops/math_ops.py. 參考指南:數(shù)學(xué)函數(shù)>基本數(shù)學(xué)函數(shù) 計算數(shù)值的負值元素,即:y = -x 參數(shù): x:一個張量或 SparseTensor.必須是下列類型之一:half,float32,float64,int32,int64,complex64,com...

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

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

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

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

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

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

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

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

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

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

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

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

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

2337.TensorFlow占位符:tf.placeholder

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

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

2338.TensorFlow冪值計算函數(shù):tf.pow

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

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

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

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

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

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

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

w3cschool 建議您:

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

熱門課程