warp.zeros#
- warp.zeros( ) 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.