AngleΒΆ

Computes the element-wise angle (in radians) of the given input tensor.

Abstract Signature:

Angle(input: Tensor)

PyTorch

API: torch.angle
Strategy: Direct Mapping

JAX (Core)

API: jnp.angle
Strategy: Direct Mapping

NumPy

API: np.angle
Strategy: Direct Mapping

Keras

API: numpy.angle
Strategy: Direct Mapping

TensorFlow

API: tf.math.angle
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: jnp.angle
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.angle
Strategy: Direct Mapping