[object Object][object Object][object Object]undefined
[object Object]
  • Description: Unpacks 1-bit Adam of the uint8 type into float32 or float16.
[object Object]

Each operator is divided into two functions (see../common/two-stage interface.md). You must call aclnnSignBitsUnpackGetWorkspaceSize to obtain the workspace size required for computation and the executor that contains the operator execution process, and then call aclnnSignBitsUnpack to perform the computation.

[object Object]
[object Object]
[object Object]
  • Parameters:

    [object Object]
  • Returns:

    [object Object]: status code. For details, see .

    The first-phase API implements input parameter verification. The following errors may be thrown:

    [object Object]
[object Object]
  • Parameters:

    [object Object]
  • Returns:

    [object Object]: status code. For details, see .

[object Object]
  • Deterministic compute:
    • [object Object] defaults to a deterministic implementation.
[object Object]

The following example is for reference only. For details, see .

[object Object]