美文网首页
01helloword

01helloword

作者: 王涛_a3eb | 来源:发表于2018-11-08 14:55 被阅读0次

import tensorflowas tf

hello = tf.constant('hello world')

sess = tf.Session()

a = sess.run(hello)

print(a)

相关文章

  • 01helloword

    import tensorflowas tf hello = tf.constant('hello world')...

网友评论

      本文标题:01helloword

      本文链接:https://www.haomeiwen.com/subject/crcwxqtx.html