import numpy as np import tensorflow as tf sess=tf.Session() a=np.zeros((1,2,3,4)) b=np.ones((1,2,3,4)) c1 = tf.concat([a, b], ...
確定! 回上一頁