DFX_OUT

Function Usage

Encapsulates the output parameters of L2 first-phase API aclnnXxxGetWorkspaceSize.

Prototype

DFX_OUT(...)

Parameters

Parameter

Input/Output

Description

...

Input

Output parameters of the L2 first-phase API on the host. It is a variable-length parameter.

Constraints

None

Examples

1
2
// Output parameter of the Add operator: out
DFX_OUT(out);