dpnp.issubdtype
- dpnp.issubdtype(arg1, arg2)[source]
Returns True if first argument is a typecode lower/equal in type hierarchy.
For full documentation refer to
numpy.issubdtype
.
Returns True if first argument is a typecode lower/equal in type hierarchy.
For full documentation refer to numpy.issubdtype
.