"""
HelloWorld example using TensorFlow library.
"""
from __future__ import print_function
import tensorflow as tf
hello = tf.constant("Hello, TensorFlow!")
sess = tf.Session()
print(sess.run(hello))
# b'String': 'b'表示字节符。
if __name__ == "__main__":
pass
相关文章
- 02-14groovy hello world
- 02-14python – flask“hello world”无法在调试模型中运行
- 02-14hello_world
- 02-14rocksdb hello流程分析之一
- 02-14DAY3 JDK安装 环境配置 以及运行了第一个代码Hello World!
- 02-14hello
- 02-14HELLO---------kubernetes 集群部署之ETCD数据库部署
- 02-14OpenDaylight开发hello-world项目之代码框架搭建
- 02-14RPC版 “Hello World”
- 02-14在/etc/password用户名前面加hello,ID前加is