[object Object]

[object Object][object Object]undefined
[object Object]
  • Description: Computes the mean value of tensors on a specified dimension.

  • Formula:

Y=1dimdimXY = \frac{1}{|\text{dim}|} \sum_{\text{dim}} X [object Object]

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]
[object Object]
  • Parameter description:

    [object Object]
    • [object Object]Atlas inference products[object Object] and [object Object]Atlas training 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]
[object Object]
  • Parameter description:

    [object Object]
  • Returns:

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

[object Object]
  • Deterministic computation:
    • The default deterministic implementation of aclnnMeanV2 is used.
[object Object]

For details, see .

[object Object]