Given an input tensor, this function computes inverse hyperbolic tangent
for every element in the tensor. Input range is [-1,1] and output range is
[-inf, inf]. If input is -1, output will be -inf and if the
input is 1, output will be inf. Values outside the range will have
nan as output.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-01-23 UTC."],[],[]]