TensorFlow基礎

                            # 本質 tf = tensor + 計算圖 # tensor 數據 # op 運算操作 # graphs 數據操作過程 # session 運算交互環境 變量定義 import tensorflow as tf #data1 = tf.constant(2,dtype=tf.int32) data1 = tf.constant(2.5) d
相關文章
相關標籤/搜索