首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
TensorFlow实践
TensorFlow实践
xiaoxiao
2022-07-08
212
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 print (a) print (b) print (result) sess = tf.Session() sess.run(result) print (result) 相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://yun.8miu.com/read-32173.html
最新回复
(
0
)