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

nvidia.dali.fn.paste(__input, /, *, bytes_per_sample_hint=[0], fill_value, min_canvas_size=0.0, n_channels=3, paste_x=0.5, paste_y=0.5, preserve=False, ratio, device=None, name=None)#

Pastes the input images on a larger canvas, where the canvas size is equal toinput size * ratio.

Supported backends

Parameters:

__input (TensorList ( 'HWC' )) – Input to the operator.

Keyword Arguments: