Structs

  • | Softplus takes one input data tensor | $X$ and produces one output data tensor | $Y,$ where the softplus function, $y | = ln(e^x + 1)$, is applied to $X$ elementwise. | | Github Links: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/softplus_op.h | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/softplus_op.cc |