tensorflow和numpy中的矩陣相乘和矩陣點乘

tensorflow tf.matmul() # 矩陣相乘 tf.multiply() # 矩陣點乘 numpy np.dot() # 矩陣相乘 np.multiply() # 矩陣點乘
相關文章
相關標籤/搜索