- This API is used to calculate the standard deviation of a specified dimension (dim). The dimension can be a single dimension, a dimension list, or None.
- Formula:
If
[object Object]is , the dimension is computed. is the shape. is used to compute the average value in the dimension. When[object Object], the dimension is retained after reduction, and the dimension value in the output shape is 1. When[object Object], the dimension is not retained.
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.
[object Object]
[object Object]
Parameters:
[object Object]- [object Object]Atlas training products[object Object] and [object Object]Atlas inference products[object Object]: The data type cannot be BFLOAT16.
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 compute:
[object Object]defaults to a deterministic implementation.
The following example is for reference only. For details, see .
[object Object]