tf.multiply()和tf.matmul()区别

解析:

(1)tf.multiply是点乘,即Returns x * y element-wise.

(2)tf.matmul是矩阵乘法,即Multiplies matrix a by matrix b, producing a * b.

posted on 2017-12-23 20:20  mdumpling  阅读(10361)  评论(0编辑  收藏  举报

导航