Log2ΒΆ
Computes the base-2 logarithm element-wise.
Abstract Signature:
Log2(input: Tensor)
Keras
API:
keras.ops.numpy.log2Strategy: Macro 'keras.ops.divide(keras.ops.log({input}), keras.ops.log(2.0))'
Computes the base-2 logarithm element-wise.
Abstract Signature:
Log2(input: Tensor)
keras.ops.numpy.log2