numpy 和tensorflow 中的乘法

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

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

原文地址:https://www.cnblogs.com/lizhiqing/p/10307760.html