zeros#

vulkpy.zeros(gpu: GPU, shape: Iterable[int]) Array#

Zero initialized Array

Parameters:
  • gpu (vulkpy.GPU) – GPU

  • shape (iterable of ints) – Shape

Returns:

Zero initialized Array

Return type:

vulkpy.Array