Calculates:
output = acosh(input) Copy
output = acosh(input)
Gradient:
inputGrad = outputGrad / sqrt(input * input - 1) Copy
inputGrad = outputGrad / sqrt(input * input - 1)
the input tensor of any shape
the output tensor
Generated using TypeDoc
Calculates:
Gradient: