Class Pow
Defined in File pow.h
Inheritance Relationships
Base Type
public mindspore::ops::BaseOperator
Derived Type
public mindspore::ops::PowFusion
(Class PowFusion)
Class Documentation
-
class Pow : public mindspore::ops::BaseOperator
Computes a tensor to the power of the second input. Refer to Python API mindspore.ops.Pow for more details.
Subclassed by mindspore::ops::PowFusion
Public Functions
-
inline explicit Pow(const std::string &k_name = kNamePow)
Constructor.
-
void Init()
Init. Refer to the parameters of Python API mindspore.ops.Pow for the inputs.
-
inline explicit Pow(const std::string &k_name = kNamePow)