Rate this Page

torch.is_storage#

torch.is_storage(obj, /)[source]#

Returns True if obj is a PyTorch storage object.

Parameters

obj (Object) – Object to test

Return type

typing_extensions.TypeIs[Union[TypedStorage, UntypedStorage]]