Rad2DegΒΆ

In-place version of rad2deg.

Abstract Signature:

Rad2Deg_(input: Tensor)

PyTorch

API: torch.rad2deg_
Strategy: Direct Mapping

JAX (Core)

API: jnp.degrees
Strategy: Direct Mapping

NumPy

API: np.rad2deg
Strategy: Macro '{input}[:] = np.rad2deg({input})'

Keras

API: β€”
Strategy: Macro '{input} * 180.0 / 3.141592653589793'

TensorFlow

API: β€”
Strategy: Macro '{input} * 180.0 / 3.141592653589793'

Apple MLX

API: mlx.core.degrees
Strategy: Direct Mapping

Flax NNX

API: jnp.degrees
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.degrees
Strategy: Direct Mapping