Zeros# API# warp_nn.initializers.zeros( array: array, *, inplace: bool = True, ) → array[source]# Initialize the array with zeros. Parameters: array – The array to initialize. inplace – Whether to fill the array in place. Returns: The initialized array.