jax.numpy.isdtype — JAX documentation (original) (raw)

jax.numpy.isdtype#

jax.numpy.isdtype(dtype, kind)[source]#

Returns a boolean indicating whether a provided dtype is of a specified kind.

Parameters:

Returns:

True or False

Return type:

bool