tf.matmul() 和tf.multiply() 的區別

1.tf.multiply()兩個矩陣中對應元素各自相乘 格式: tf.multiply(x, y, name=None)  參數:  x: 一個類型爲:half, float32, float64, uint8, int8, uint16, int16, int32, int64, complex64, complex128的張量。  y: 一個類型跟張量x相同的張量。   返回值: x * y
相關文章
相關標籤/搜索