tensorflow和numpy中的矩阵相乘和矩阵点乘

tensorflow tf.matmul() # 矩阵相乘 tf.multiply() # 矩阵点乘 numpy np.dot() # 矩阵相乘 np.multiply() # 矩阵点乘
相关文章
相关标签/搜索