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

tf.multiply()两个矩阵中对应元素各自相乘

tf.matmul()将矩阵a乘以矩阵b,生成a * b。

https://www.cnblogs.com/AlvinSui/p/8987707.html

posted @ 2020-10-15 20:56  究极电饭煲  阅读(369)  评论(0)    收藏  举报