用tensorflow輸出hello world的程序

import tensorflow as tf # 使用TensorFlow輸出Hello # 建立一個常量操做( Constant op ) # 這個 op 會被做爲一個節點( node )添加到默認計算圖上. # # 該構造函數返回的值就是常量節點(Constant op)的輸出. hello = tf.constant('Hello, world!') # 啓動TensorFlow會
相關文章
相關標籤/搜索