nvidia.dali.fn.rotate — NVIDIA DALI (original) (raw)

nvidia.dali.fn.rotate(__input, /, *, angle, axis=[], bytes_per_sample_hint=[0], dtype=None, fill_value=None, interp_type=DALIInterpType.INTERP_LINEAR, keep_size=False, preserve=False, size=[], device=None, name=None)#

Rotates the images by the specified angle.

This operator supports volumetric data.

Supported backends

Parameters:

__input (TensorList ( 'HWC' , 'FHWC' , 'DHWC' , 'FDHWC' )) – Input to the operator.

Keyword Arguments:

See also