dpnp.issubdtype

dpnp.issubdtype(arg1, arg2)[source]

Returns True if the first argument is a type code lower/equal in type hierarchy.

For full documentation refer to numpy.issubdtype.