Function arccosh

  • Alias for acosh.

    Plot of acosh and its gradient

    Calculates:

    output = acosh(input)
    

    Gradient:

    inputGrad = outputGrad / sqrt(input * input - 1)
    

    Parameters

    • input: Tensor

      the input tensor of any shape

    Returns Tensor

    the output tensor

Generated using TypeDoc