LdExpΒΆ
Returns x1 * 2**x2, element-wise.
Abstract Signature:
LdExp(x1: Tensor, x2: Tensor)
TensorFlow
API:
βStrategy: Macro '{x1} * tf.math.pow(2.0, {x2})'
Apple MLX
API:
βStrategy: Macro '{x1} * mx.power(2.0, {x2})'
Returns x1 * 2**x2, element-wise.
Abstract Signature:
LdExp(x1: Tensor, x2: Tensor)
ββ