Description: Computes the group normalization result out, mean value meanOut, and reciprocal of the standard deviation rstdOut of the input self.
Formula:
Assume , where represents the mean value of , and represents the sample variance of .
Each operator has calls. First, [object Object] is called to obtain the workspace size required for computation and the executor that contains the operator computation process. Then, [object Object] is called to perform computation.
Parameters:
[object Object][object Object]Atlas training series products[object Object] and [object Object]Atlas inference series products[object Object]:
The data types of
[object Object],[object Object],[object Object],[object Object],[object Object], and[object Object]cannot be BFLOAT16.
Returns:
aclnnStatus: status code. For details, see .
The first-phase API implements input parameter verification. The following errors may be thrown.
[object Object]
- Deterministic computation:
- aclnnGroupNorm defaults to a deterministic implementation.
The following example is for reference only. For details, see .