ExpOperator

public class ExpOperator: UnaryOperator

Compute element-wise exp(x) values of input tensors.

Note

This operator may output NaN or Infinite values and operator would not check these situations.