计数图:搭建神经网络的计算过程,之搭建,不运算
Tensor("add:0",shape=(2,),dtype=float32)
会话:执行计算图中的结点运算,
语法:with tf.Session() as sess:
print(sess.run(y))
计数图:搭建神经网络的计算过程,之搭建,不运算
Tensor("add:0",shape=(2,),dtype=float32)
会话:执行计算图中的结点运算,
语法:with tf.Session() as sess:
print(sess.run(y))