DFX_OUT
Function Usage
Encapsulates the output parameters of L2 first-phase API aclnnXxxGetWorkspaceSize.
Prototype
DFX_OUT(...)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
... |
Input |
Variable-length output parameters of the L2 first-phase API on the host. |
Constraints
None.
Example
1 2 | // Output parameter of the add operator: out DFX_OUT(out); |
Parent topic: Common Macros and Classes