IsDTypeΒΆ

Determine if a provided dtype is of a specified data type kind.

Abstract Signature:

IsDType(dtype, kind)

PyTorch

API: β€”
Strategy: Custom / Partial

JAX (Core)

API: β€”
Strategy: Custom / Partial

NumPy

API: numpy.isdtype
Strategy: Direct Mapping