tensorflow學習筆記

import tensorflow as tf a = tf.constant(2,shape=[2,2]) print(a) Tensor("Const:0", shape=(2, 2), dtype=int32) tf.InteractiveSession() a.eval() array([[2, 2], [2, 2]]) b = tf.constant([2,1
相關文章
相關標籤/搜索