ZerosΒΆ
Returns a tensor filled with the-scalar value 0, with the shape defined by the variable argument size.
Abstract Signature:
Zeros(size: int, dtype: DType, device: Device, requires_grad: bool = False)
Returns a tensor filled with the-scalar value 0, with the shape defined by the variable argument size.
Abstract Signature:
Zeros(size: int, dtype: DType, device: Device, requires_grad: bool = False)