DFX_IN
Function Usage
Encapsulates the input parameters of L2 first-phase API aclnnXxxGetWorkspaceSize.
Prototype
DFX_IN(...)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
... |
Input |
Input parameters of the L2 first-phase API on the host. It is a variable-length parameter. |
Constraints
None
Examples
1 2 | // Input parameters of the add operator: self, other, and alpha DFX_IN(self, other, alpha); |
Parent topic: Common Macros and Classes