Exp2ΒΆ
Computes the base-2 exponential of each element.
Abstract Signature:
Exp2(input: Tensor)
Keras
API:
keras.ops.numpy.exp2Strategy: Macro '{input} ** 2'
Apple MLX
API:
βStrategy: Macro 'mlx.core.power(2, {input})'
Computes the base-2 exponential of each element.
Abstract Signature:
Exp2(input: Tensor)
keras.ops.numpy.exp2β