tensorflow

 

 

>>> import tensorflow as tf
>>> hello = tf.constant('Hello, TensorFlow!')
>>> sess = tf.Session()
>>> print(sess.run(hello))

 

posted @ 2017-04-20 10:41  有梦就要去实现他  阅读(167)  评论(0编辑  收藏  举报