UInt32ΒΆ
32-bit unsigned integer type/constructor.
Abstract Signature:
UInt32(value = 0)
PyTorch
API:
βStrategy: Macro 'torch.tensor({value}, dtype=torch.int32)'
Keras
API:
keras.ops.castStrategy: Macro 'keras.ops.cast({value}, 'uint32')'
TensorFlow
API:
tf.castStrategy: Macro 'tf.cast({value}, tf.uint32)'
Apple MLX
API:
mlx.core.arrayStrategy: Macro 'mlx.core.array({value}, dtype=mlx.core.uint32)'