UIntC
=====
Unsigned integer type, compatible with C ``unsigned int``.
**Abstract Signature:**
``UIntC(value: int = 0)``
.. raw:: html
PyTorch
API: torch.int32
Strategy: Direct Mapping
JAX (Core)
API: jnp.uint32
Strategy: Direct Mapping
NumPy
API: numpy.uintc
Strategy: Direct Mapping
TensorFlow
API: tf.int32
Strategy: Direct Mapping