Log10ΒΆ

Computes the base-10 logarithm element-wise.

Abstract Signature:

Log10(input: Tensor)

PyTorch

API: torch.log10
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.log10
Strategy: Direct Mapping

NumPy

API: numpy.log10
Strategy: Direct Mapping

Keras

API: keras.ops.numpy.log10
Strategy: Macro 'keras.ops.divide(keras.ops.log({input}), keras.ops.log(10.0))'

TensorFlow

API: tf.experimental.numpy.log10
Strategy: Direct Mapping

Apple MLX

API: mlx.core.log10
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.log10
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.log10
Strategy: Direct Mapping