Deg2RadΒΆ
Convert angles from degrees to radians.
Abstract Signature:
Deg2Rad(x: Tensor)
Keras
API:
keras.ops.deg2radStrategy: Macro 'keras.ops.multiply({x}, 0.01745329251)'
TensorFlow
API:
tf.math.multiplyStrategy: Macro '{x} * (3.141592653589793 / 180.0)'
Apple MLX
API:
mlx.core.multiplyStrategy: Macro '{x} * (3.141592653589793 / 180.0)'