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, type and layout as the input data, filled with a
fill_value.If the fill_value is not a scalar, it must be broadcastable to the output shape (NumPy-style broadcasting). Dimensions are compared from innermost to outermost, and each dimension must either match or one of them must be 1. In case of different dimensionality, the input shape is padded with 1s for the missing outermost dimensions.
- Supported backends
‘cpu’