Output
Function
Registers operator outputs. After this API is called, an OpParamDef structure is returned. You can use this structure to configure operator outputs.
Prototype
1 | 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.
Restrictions
The parameter registration sequence must be the same as that of the operator kernel entry function.
Parent topic: OpDef