empty_like#

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

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

Array-API ‘empty_like’ doc