Reshapes a tensor. ... tf.reshape( tensor, shape, name=None ) ... [3 2 3] # Pass '[-1]' to flatten 't'. tf.reshape(t, [-1]) <tf.Tensor: ...
確定! 回上一頁