tf.reshape(tensor, shape, name=None). 函式的作用是將tensor變換為引數shape的形式。其中shape為一個列表形式,特殊的一點是列表中可以存在-1。
確定! 回上一頁