Rad2DegΒΆ
Returns a new tensor with each of the elements of input converted from angles in radians to degrees.
Abstract Signature:
Rad2Deg(input: Tensor)
Keras
API:
keras.ops.convert_to_numpyStrategy: Macro '{input} * 180.0 / 3.141592653589793'
TensorFlow
API:
tf.experimental.numpy.rad2degStrategy: Macro '{input} * 180.0 / 3.141592653589793'