TanhOperator
public class TanhOperator: UnaryOperator
Compute element-wise hyperbolic tangent of input tensors.
Note
This operator may outputNaN
or Infinite
values and operator would not check these situations.
-
Override init
Declaration
Swift
public required convenience init(computationDelegate: OperatorCalculationDelegate? = nil)
Parameters
computationDelegate
delegate