[object Object]

[object Object][object Object]undefined
[object Object]
  • Description: Performs orthogonal decomposition on the input tensor.

  • Formula:

    A=QRA = QR

    [object Object] is the input tensor with at least two dimensions. [object Object] can be expressed as the product of the orthogonal matrix [object Object] and the upper triangular matrix [object Object].

  • Example:

    [object Object]
[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 flow. Then, [object Object] is called to perform computation.

[object Object]
[object Object]
[object Object]
  • Description

    [object Object]
  • Returns

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

    The first-phase API implements input parameter verification. The following errors may be returned:

    [object Object]
[object Object]
  • Description

    [object Object]
  • Returns

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

[object Object]
  • Determinism description: aclnnQr defaults to a deterministic implementation.
[object Object]

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

[object Object]