reshape (t, [-1])表示将张量t展平为一维def reshape(tensor, shape, name=None): r"""Reshapes a tensor. Given `tensor`, this operation returns a tensor that has ...
確定! 回上一頁