warp.zeros# warp.zeros( shape: tuple[int, ...], dtype: Any, ) → Array[Scalar]# Kernel Create a zero-initialized fixed-size array of the given shape and dtype. warp.zeros(shape: int32, dtype: Any) → Array[Scalar] Kernel Create a zero-initialized fixed-size array of the given length and dtype.