exp2 function

VARP exp2(
  1. VARP x
)

Implementation

VARP exp2(VARP x) => F.pow(F.scalar<float32>(2, dtype: x.dtype), x);