过时月光

文章
4
资源
0
加入时间
3年0月9天

使用TensorFlow进行矩阵的运算

以下是完整代码:# -*- coding: utf-8 -*-"""Created on Mon Mar 25 15:22:50 2019@author: hadron"""#矩阵的运算20190713import tensorflow as tf# 例1:计算两个矩阵的和# 定义了两个常量op,m1和m2,均为1*2的矩阵 、m1=tf.constant([[3...