Crate caffe2op_exp

source ·

Structs

  • | Calculates the exponential of the given | input tensor ($exp(x)$), element-wise. | This operation can be done in an in-place | fashion too, by providing the same input | and output blobs. | | Github Link: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/exp_op.cc |