nvidia.dali.experimental.dynamic.full# nvidia.dali.experimental.dynamic.full(fill_value, /, *, batch_size=None, device=None, shape=None)# Returns new data of given shape and type, filled with a fill value. Supported backends ‘cpu’ Parameters: fill_value¶ (Tensor/Batch) – The fill value. Keyword Arguments: shape¶ (int or list of int or Tensor/Batch of int, optional) – Shape of the output data.