nvidia.dali.experimental.dynamic.flip#
- nvidia.dali.experimental.dynamic.flip(
- input,
- /,
- *,
- batch_size=None,
- device=None,
- depthwise=None,
- horizontal=None,
- vertical=None,
Flips the images in selected dimensions (horizontal, vertical, and depthwise).
This operator allows sequence inputs and supports volumetric data.
- Supported backends
‘cpu’
‘gpu’
- Parameters:
input¶ (Tensor/Batch ('FDHWC', 'FHWC', 'DHWC', 'HWC', 'FCDHW', 'FCHW', 'CDHW', 'CHW')) – Input to the operator.
- Keyword Arguments:
See also