full_like#

rbc.stdlib.creation_functions.full_like(a, fill_value, dtype=None)#

Return a full array with the same shape and type as a given array.

Array-API ‘full_like’ doc