Log_
====
Computes natural logarithm in-place.
**Abstract Signature:**
``Log_(input: Tensor)``
.. raw:: html
PyTorch
API: torch.log_
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.log
Strategy: Direct Mapping
NumPy
API: numpy.log
Strategy: Direct Mapping
TensorFlow
API: tf.math.log
Strategy: Direct Mapping
Apple MLX
API: mlx.core.log
Strategy: Direct Mapping
Flax NNX
API: jax.numpy.log
Strategy: Direct Mapping
PaxML / Praxis
API: jax.numpy.log
Strategy: Direct Mapping