[object Object]

[object Object][object Object]undefined
[object Object]
  • Interface function: Uses each element of [object Object] as the power of the corresponding element of [object Object] to complete the computation.

  • Formula:

outi=xiexponentiout_i = x_i^{exponent_i}
  • Operator restrictions: The INT32 integer calculation will time out in scenarios beyond the following ranges:

    [object Object]undefined
[object Object]

Each operator has calls. First, aclnnPowScalarTensorGetWorkspaceSize is called to obtain the workspace size required for computation and the executor that contains the operator computation process. Then, aclnnPowScalarTensor is called to perform computation.

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

    [object Object]
    • [object Object]Atlas 200I/500 A2 inference products[object Object], [object Object]Atlas inference products[object Object], [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]
  • Parameters

    [object Object]
  • Returns

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

[object Object]
  • Deterministic computation:

    • [object Object] defaults to a deterministic implementation.
  • [object Object]Atlas training products[object Object] and [object Object]Atlas inference products[object Object]: If the computation result exceeds the value range of the specified data type, the boundary value of the data type is returned as the result.

[object Object]

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

[object Object]