OpRegistrationData Constructor and Destructor
Function Usage
Constructs or destructs an object of class OpRegistrationData.
Prototype
APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.
1 2 3 | OpRegistrationData(const std::string &om_optype) OpRegistrationData(const char_t *om_optype) ~OpRegistrationData() |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
om_optype |
Input |
Type of an operator adapted to AI processor. |
Returns
The OpRegistrationData constructor returns an OpRegistrationData object.
Exception Handling
None
Constraints
None
Parent topic: OpRegistrationData