tensorflow / 2.9.1 / compat / v1 / manip.html /

Module: tf.compat.v1.manip

Operators for manipulating tensors.

Functions

batch_to_space_nd(...): BatchToSpace for N-D tensors of type T.

gather_nd(...): Gather slices from params into a Tensor with shape specified by indices.

reshape(...): Reshapes a tensor.

reverse(...): Reverses specific dimensions of a tensor.

roll(...): Rolls the elements of a tensor along an axis.

scatter_nd(...): Scatters updates into a tensor of shape shape according to indices.

space_to_batch_nd(...): SpaceToBatch for N-D tensors of type T.

tile(...): Constructs a tensor by tiling a given tensor.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/compat/v1/manip