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 @ 2018-06-27 16:28  瘋耔  阅读(222)  评论(0编辑  收藏  举报
跳至侧栏