Log10ΒΆ
Computes the base-10 logarithm element-wise.
Abstract Signature:
Log10(input: Tensor)
Keras
API:
keras.ops.numpy.log10Strategy: Macro 'keras.ops.divide(keras.ops.log({input}), keras.ops.log(10.0))'
Computes the base-10 logarithm element-wise.
Abstract Signature:
Log10(input: Tensor)
keras.ops.numpy.log10