Skip to main content

ClikaRT::ops::flipud

function

flipud()

Tensor flipud(Tensor x)

flip on dim 0: reverse the leading dim's order. Copies.

Throws

  • ClikaRT::Error: when the input's dtype is not served for this operation (the machine-readable reason rides code_name()).

Returns: a new tensor, x's shape and dtype.

Declared in ClikaRT/compute/ops.h, line 3205