1. 磐创AI-开放猫官方网站首页
  2. 机器学习
  3. TensorFlow
  4. TensorFlow函数

tf.reshape TensorFlow reshape 函数

tf.reshape

reshape(
    tensor,
    shape,
    name=None
)
 调整一个张量
 传入一个张量,这个操作返回一个张量,返回的张量和传入的张量有相同的值,
 被调整为传入的 shape 形状。

Reshapes a tensor.

Given tensor, this operation returns a tensor that has the same values as tensor with shape shape.

If one component of shape is the special value -1, the size of that dimension is computed so that the total size remains constant. In particular, a shape of [-1] flattens into 1-D. At most one component of shape can be -1.

If shape is 1-D or higher, then the operation returns a tensor with shape shape filled with the values of tensor. In this case, the number of elements implied by shape must be the same as the number of elements in tensor.

原创文章,作者:fendouai,如若转载,请注明出处:https://panchuang.net/2017/07/08/tf-reshape-tensorflow-reshape-function/

发表评论

登录后才能评论

联系我们

400-800-8888

在线咨询:点击这里给我发消息

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息