第|第 2 章 TensorFlow 环境搭建

【第|第 2 章 TensorFlow 环境搭建】TensorFlow 测试样例

import tensorflow as tf a = tf.constant([1.0, 2.0], name="a") b = tf.constant([2.0, 3.0], name="b") result = a + b sess = tf.Session() sess.run(result)

第|第 2 章 TensorFlow 环境搭建
文章图片
test

    推荐阅读