empty_likeΒΆ
Returns an uninitialized array with the same shape as an input array x.
Abstract Signature:
empty_like(x: array, dtype: Optional[dtype], device: Optional[device])
Returns an uninitialized array with the same shape as an input array x.
Abstract Signature:
empty_like(x: array, dtype: Optional[dtype], device: Optional[device])