ReshapeΒΆ
Returns a tensor with the same data and number of elements as input, but with the specified shape.
Abstract Signature:
Reshape(input: Tensor, shape: Tuple[int])
Returns a tensor with the same data and number of elements as input, but with the specified shape.
Abstract Signature:
Reshape(input: Tensor, shape: Tuple[int])