Return an array of zeros with the same shape and type as a given array.
a : array_like
The shape and data type of a determine the corresponding attributes of the returned array.
out : pycuda.gpuarray.GPUArray
Array of zeros with the shape and dtype of a.