zeros_like#

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

Return an array of zeros with the same shape and type as a given array.

Array-API ‘zeros_like’ doc