Crate caffe2op_pow
source ·Macros
Structs
- | The Pow op takes an input data tensor | $X$ and an exponent parameter exponent, | which can be a scalar or another tensor. | As output, it produces a single output | data tensor $Y$, where the function | $f(x) = x^{exponent}$ has been applied | to $X$ elementwise. | | Github Links: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/pow_op.h | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/pow_op.cc |