numpy 和tensorflow 中的乘法

矩阵乘法:tf.matmul()   np.dot() ,@

逐元素乘法:tf.multiply()  np.multiply()

posted @ 2019-01-23 11:07  Pent°  阅读(398)  评论(0编辑  收藏  举报