赞
踩
import tensorflow as tf sess = tf.Session()a = tf.constant(1)b = tf.constant(2)print(sess.run(a+b))
运行程序,如果显示以下类似结果,说明安装正确