Square
======
Computes the square element-wise.
**Abstract Signature:**
``Square(input: Tensor)``
.. raw:: html
PyTorch
API: torch.square
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.square
Strategy: Direct Mapping
NumPy
API: numpy.square
Strategy: Direct Mapping
Keras
API: keras.ops.square
Strategy: Direct Mapping
TensorFlow
API: tf.math.square
Strategy: Direct Mapping
Apple MLX
API: mlx.core.square
Strategy: Direct Mapping
Flax NNX
API: jnp.square
Strategy: Direct Mapping
PaxML / Praxis
API: jnp.square
Strategy: Direct Mapping