首页 > 其他 > 详细

tensorflow-hello,world

时间:2018-12-12 18:48:00      阅读:135      评论:0      收藏:0      [点我收藏+]
#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Wed Dec 12 18:18:06 2018 @author: myhaspl """ import tensorflow as tf hello=tf.constant("hello,world") sess=tf.Session() print(sess.run(hello)) sess.close()

b‘hello,world‘

tensorflow-hello,world

原文:http://blog.51cto.com/13959448/2329632

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!