Class PrimitiveC
Defined in File primitive_c.h
Inheritance Relationships
Base Type
public mindspore::Primitive
(Class Primitive)
Class Documentation
-
class PrimitiveC : public mindspore::Primitive
PrimitiveC defines the base class for end side operators.
Public Functions
-
inline explicit PrimitiveC(const std::string &name)
Constructor for PrimitiveC.
- Parameters
name – [in] The name of the end side operator.
-
~PrimitiveC() = default
Destructor of PrimitiveC.
-
AbstractBasePtr Infer(const AbstractBasePtrList &abstract_list)
Derive the abstract of the PrimitiveC object.
- Parameters
abstract_list – [in] The abstract of the inputs of the PrimitiveC object.
- Returns
The abstract of the PrimitiveC object.
-
inline explicit PrimitiveC(const std::string &name)