nvidia.dali.experimental.dynamic.full_like#

nvidia.dali.experimental.dynamic.full_like(data_like, fill_value, /, *, batch_size=None, device=None)#

Returns new data with the same shape and type as the input data, filled with a fill_value.

Supported backends
  • ‘cpu’

Parameters:
  • data_like (Tensor/Batch) – The input data value to copy the shape and type from.

  • fill_value (Tensor/Batch) – The fill value.