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