Class CeLU
Defined in File celu.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
Class Documentation
-
class CeLU : public mindspore::ops::PrimitiveC
Computes CeLU (Continuously differentiable exponential linear units) of input tensors element-wise. Refer to Python API mindspore.ops.CeLU for more details.
Public Functions
-
inline CeLU()
Constructor.
-
~CeLU() = default
Destructor.
-
inline void Init()
Init. Refer to the parameters of Python API mindspore.ops.CeLU for the inputs.
-
inline CeLU()