[object Object]

[object Object][object Object]undefined
[object Object]
  • Function: performs orthogonal decomposition on the input tensor.

  • Formula:

    A=QRA = QR

    AA is the input tensor, which has at least two dimensions. AA can be represented as the product of the orthogonal matrix QQ and the upper triangular matrix RR.

  • Example:

    [object Object]
[object Object]

Each operator is divided into two phases (../common/Two-Phase Interface.md). You must call [object Object] to obtain the workspace size required for computation and the executor that contains the operator computation process, and then call [object Object] to perform computation.

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

    [object Object]
  • Return Value

    [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]
  • Return Value

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

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

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

[object Object]