Lcm_ ==== In-place LCM. **Abstract Signature:** ``Lcm_(input, other)`` .. raw:: html

PyTorch

API: torch.lcm_
Strategy: Direct Mapping

JAX (Core)

API: jnp.lcm
Strategy: Direct Mapping

NumPy

API: np.lcm
Strategy: Direct Mapping

Keras

API:
Strategy: Macro 'keras.ops.convert_to_tensor(np.lcm({input}, {other}))'

TensorFlow

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

Flax NNX

API: jnp.lcm
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.lcm
Strategy: Direct Mapping