Function rad2deg

  • Plot of rad2deg and its gradient

    Calculates:

    output = input * 57.29577951308232
    

    Gradient:

    inputGrad = outputGrad * 57.29577951308232
    

    Parameters

    • input: Tensor

      the input tensor of any shape

    Returns Tensor

    the output tensor

Generated using TypeDoc