GetOriginOpTypeSet
Function Usage
Obtains the operator type set of the original model.
Prototype
APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.
1 2 | 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. |
Constraints
None
Parent topic: OpRegistrationData