tf.concat ... Tensor: shape=(4, 3), dtype=int32, numpy= array([[ 1, 2, 3], [ 4, 5, 6], [ 7, ... tf.concat([tf.expand_dims(t, axis) for t in tensors], axis).
確定! 回上一頁