Function sinh

  • Plot of sinh and its gradient

    Calculates:

    output = sinh(input)
    

    Gradient:

    inputGrad = outputGrad * cosh(input)
    

    Parameters

    • input: Tensor

      the input tensor of any shape

    Returns Tensor

    the output tensor

Generated using TypeDoc