tf.concat是把多个tensor合并成一个,合并增加行: import tensorflow as tf tensor_1 = tf.constant([[1, 2], [3, 4], [5, 6]] ) # 2*3 tensor_2 ...
確定! 回上一頁