RadiansΒΆ
Convert angles from degrees to radians.
Abstract Signature:
Radians(x: Array)
Keras
API:
βStrategy: Macro '{x} * 3.1415926535 / 180.0'
TensorFlow
API:
βStrategy: Macro '{x} * 3.1415926535 / 180.0'
Convert angles from degrees to radians.
Abstract Signature:
Radians(x: Array)
ββ