Output
Function Usage
Registers operator outputs. After this API is called, an OpParamDef structure is returned. You can use this structure to configure operator outputs.
Prototype
OpParamDef &Output(const char *name);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Operator output name. |
Returns
Operator parameter definition. For details about OpParamDef, see OpParamDef.
Constraints
None
Parent topic: OpDef