Reverse

Input

x:
  • Required: yes
  • Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
  • Description: input tensor
  • Restrictions: none

Attribute

axis:
  • Required: yes
  • Type: int
  • Description: the axis vector
  • Restriction: Must be in the range [–rank(x), rank(x)).

Output

y:
  • Required: yes
  • Type: float16, float32, int8, uint8, int16, uint16, int32, uint32, int64, uint64
  • Description: output tensor. Has the identical data type and shape as the input tensor.
  • Restrictions: none