log2 function

VARP log2(
  1. VARP x
)

Implementation

VARP log2(VARP x) => F.log(x) / F.log(F.scalar<float32>(2, dtype: x.dtype));