... array into tensor:") print(tensor) Converted numpy array into tensor: tf.Tensor( [[1 2 3] [3 4 5] [5 6 7]], shape=(3, 3), dtype=int64) ...
確定! 回上一頁