- Description: Performs dequantization on input x, converting INT32 data to FLOAT16 or BFLOAT16 for output.
- Formula:
Each operator has calls. First, aclnnDequantBiasGetWorkspaceSize is called to obtain the input parameters and compute the required workspace size based on the process. Then, aclnnDequantBias is called to perform computation.
[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]Deterministic computation:
- aclnnDequantBias defaults to a deterministic implementation.
The N and M dimensions in the input and output shapes must be positive integers, and the value of M must be less than or equal to 25,000.
The following example is for reference only. For details, see .
[object Object]