Reverses a tf.Tensor2D along a specified axis.
tf.Tensor2D
The input tensor.
Optional
The set of dimensions to reverse. Must be in the range [-rank(x), rank(x)). Defaults to all axes.
Generated using TypeDoc
Reverses a
tf.Tensor2D
along a specified axis.