is_hashable_dtype#

ivy.is_hashable_dtype(dtype_in, /)[source]#

Check if the given data type is hashable or not.

Parameters:

dtype_in (Union[Dtype, NativeDtype]) – The data type to check.

Return type:

bool

Returns:

ret – True if data type is hashable else False