zeros_likeΒΆ
Returns a new array filled with zeros and having the same shape as an input array x.
Abstract Signature:
zeros_like(x: array, dtype: Optional[dtype], device: Optional[device])
Returns a new array filled with zeros and having the same shape as an input array x.
Abstract Signature:
zeros_like(x: array, dtype: Optional[dtype], device: Optional[device])