App下載

詞條

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

2541.TensorFlow函數(shù)教程:tf.keras.activations.tanh

tf.keras.activations.tanh函數(shù)tf.keras.activations.tanh(x) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_tanh.html

2542.TensorFlow函數(shù)教程:tf.keras.backend.abs

tf.keras.backend.abs函數(shù)tf.keras.backend.abs(x) 定義在:tensorflow/python/keras/backend.py。元素絕對值。 參數(shù): x:張量或變量。 返回:tf.keras.backend.abs函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_abs.html

2543.TensorFlow函數(shù)教程:tf.keras.backend.all

...end.all( x, axis=None, keepdims=False ) 定義在:tensorflow/python/keras/backend.py。按位減少(邏輯AND)。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行減少的軸。 keepdims:是否下降或廣播減少減軸。 返回:一個uint8張量(0s和1s...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_all.html

2544.TensorFlow函數(shù)教程:tf.keras.backend.any

...end.any( x, axis=None, keepdims=False ) 定義在:tensorflow/python/keras/backend.py。按位減少(邏輯OR)。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行減少的軸。 keepdims:是否下降或廣播減少軸。 返回:一個uint8張量(0s和1s)...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_any.html

2545.TensorFlow函數(shù)教程:tf.keras.backend.arange

... stop=None, step=1, dtype='int32' ) 定義在:tensorflow/python/keras/backend.py。創(chuàng)建包含整數(shù)序列的1D張量。函數(shù)參數(shù)使用與Theano的arange相同的約定:如果只提供一個參數(shù),它實際上是“stop”參數(shù),并且“start”參數(shù)為0。返回張量...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_arange.html

2546.TensorFlow函數(shù)教程:tf.keras.backend.argmax

tf.keras.backend.argmax函數(shù)tf.keras.backend.argmax( x, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。返回沿軸的最大值索引。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行縮小的軸。 返回:該函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_argmax.html

2547.TensorFlow函數(shù)教程:tf.keras.backend.argmin

tf.keras.backend.argmin函數(shù)tf.keras.backend.argmin( x, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。返回沿軸的最小值索引。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行縮小的軸。 返回:該函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_argmin.html

2548.TensorFlow函數(shù)教程:tf.keras.backend.backend

tf.keras.backend.backend函數(shù)tf.keras.backend.backend() 定義在:tensorflow/python/keras/backend.py。用于確定當前后端的可公開訪問的方法。僅存在與多后端Keras的API兼容性。 返回:返回字符串“tensorflow”。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_backend.html

2549.TensorFlow函數(shù)教程:tf.keras.backend.batch_flatten

...atch_flatten函數(shù)tf.keras.backend.batch_flatten(x) 定義在:tensorflow/python/keras/backend.py。將nD張量轉(zhuǎn)換為具有相同0維的2D張量。換句話說,它使批量的每個數(shù)據(jù)樣本扁平化。 參數(shù): x:張量或變量。 返回:返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_batch_flatten.html

2550.TensorFlow函數(shù)教程:tf.keras.backend.batch_get_value

...alue函數(shù)tf.keras.backend.batch_get_value(tensors) 定義在:tensorflow/python/keras/backend.py。返回多個tensor變量的值。 參數(shù): tensors:要運行的操作列表。 返回:Numpy數(shù)組列表。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_batch_get_value.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

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

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

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

抱歉,暫時沒有相關的教程

w3cschool 建議您:

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

2541.TensorFlow函數(shù)教程:tf.keras.activations.tanh

tf.keras.activations.tanh函數(shù)tf.keras.activations.tanh(x) 定義在:tensorflow/python/keras/activations.py。

http://m.o2fo.com/tensorflow_python/tf_keras_activations_tanh.html

2542.TensorFlow函數(shù)教程:tf.keras.backend.abs

tf.keras.backend.abs函數(shù)tf.keras.backend.abs(x) 定義在:tensorflow/python/keras/backend.py。元素絕對值。 參數(shù): x:張量或變量。 返回:tf.keras.backend.abs函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_abs.html

2543.TensorFlow函數(shù)教程:tf.keras.backend.all

...end.all( x, axis=None, keepdims=False ) 定義在:tensorflow/python/keras/backend.py。按位減少(邏輯AND)。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行減少的軸。 keepdims:是否下降或廣播減少減軸。 返回:一個uint8張量(0s和1s...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_all.html

2544.TensorFlow函數(shù)教程:tf.keras.backend.any

...end.any( x, axis=None, keepdims=False ) 定義在:tensorflow/python/keras/backend.py。按位減少(邏輯OR)。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行減少的軸。 keepdims:是否下降或廣播減少軸。 返回:一個uint8張量(0s和1s)...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_any.html

2545.TensorFlow函數(shù)教程:tf.keras.backend.arange

... stop=None, step=1, dtype='int32' ) 定義在:tensorflow/python/keras/backend.py。創(chuàng)建包含整數(shù)序列的1D張量。函數(shù)參數(shù)使用與Theano的arange相同的約定:如果只提供一個參數(shù),它實際上是“stop”參數(shù),并且“start”參數(shù)為0。返回張量...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_arange.html

2546.TensorFlow函數(shù)教程:tf.keras.backend.argmax

tf.keras.backend.argmax函數(shù)tf.keras.backend.argmax( x, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。返回沿軸的最大值索引。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行縮小的軸。 返回:該函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_argmax.html

2547.TensorFlow函數(shù)教程:tf.keras.backend.argmin

tf.keras.backend.argmin函數(shù)tf.keras.backend.argmin( x, axis=-1 ) 定義在:tensorflow/python/keras/backend.py。返回沿軸的最小值索引。 參數(shù): x:張量或變量。 axis:沿其執(zhí)行縮小的軸。 返回:該函數(shù)返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_argmin.html

2548.TensorFlow函數(shù)教程:tf.keras.backend.backend

tf.keras.backend.backend函數(shù)tf.keras.backend.backend() 定義在:tensorflow/python/keras/backend.py。用于確定當前后端的可公開訪問的方法。僅存在與多后端Keras的API兼容性。 返回:返回字符串“tensorflow”。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_backend.html

2549.TensorFlow函數(shù)教程:tf.keras.backend.batch_flatten

...atch_flatten函數(shù)tf.keras.backend.batch_flatten(x) 定義在:tensorflow/python/keras/backend.py。將nD張量轉(zhuǎn)換為具有相同0維的2D張量。換句話說,它使批量的每個數(shù)據(jù)樣本扁平化。 參數(shù): x:張量或變量。 返回:返回一個張量。

http://m.o2fo.com/tensorflow_python/tf_keras_backend_batch_flatten.html

2550.TensorFlow函數(shù)教程:tf.keras.backend.batch_get_value

...alue函數(shù)tf.keras.backend.batch_get_value(tensors) 定義在:tensorflow/python/keras/backend.py。返回多個tensor變量的值。 參數(shù): tensors:要運行的操作列表。 返回:Numpy數(shù)組列表。 可能引發(fā)的異常: RuntimeError:如果在defun中調(diào)用此方法...

http://m.o2fo.com/tensorflow_python/tf_keras_backend_batch_get_value.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

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

熱門課程