Graph ,Session,Tensor,Operation,Feed,Fetch ... import tensorflow as tf tensor1 = tf.constant([[3,4]]) tensor2 = tf.constant([[5],[6]]) ...
確定! 回上一頁