GetOriginOpTypeSet
Description
Obtains the operator type set of the original model.
Prototype
APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.
std::set<std::string> GetOriginOpTypeSet () const
Status GetOriginOpTypeSet(std::set<ge::AscendString> &ori_op_type) const
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
ori_op_type |
Output |
Operator type set of the original model. |
Restrictions
None
Parent topic: OpRegistrationData