codecamp

TensorFlow函数教程:tf.keras.backend.minimum

tf.keras.backend.minimum函数

tf.keras.backend.minimum(
    x,
    y
)

定义在:tensorflow/python/keras/backend.py。

元素最少两个张量。

参数:

  • x:张量或变量。
  • y:张量或变量。

返回:

返回一个张量。

TensorFlow函数教程:tf.keras.backend.min
TensorFlow函数教程:tf.keras.backend.movi​​ng_average_update
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定