01helloword

2018-11-08  本文已影响0人  王涛_a3eb

import tensorflowas tf

hello = tf.constant('hello world')

sess = tf.Session()

a = sess.run(hello)

print(a)

上一篇下一篇

猜你喜欢

热点阅读