Crate caffe2op_log
source ·Structs
- | Calculates the natural log of the given | input tensor ($ln(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/log_op.cc |