torch_deg2rad function

Deg2rad

Deg2rad

torch_deg2rad(self)

Arguments

  • self: (Tensor) the input tensor.

deg2rad(input, *, out=None) -> Tensor

Returns a new tensor with each of the elements of input

converted from angles in degrees to radians.

Examples

if (torch_is_installed()) { a <- torch_tensor(rbind(c(180.0, -180.0), c(360.0, -360.0), c(90.0, -90.0))) torch_deg2rad(a) }
  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14