Description: Performs orthogonal decomposition on the input tensor.
Formula:
[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]
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]
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]
- Determinism description: aclnnQr defaults to a deterministic implementation.
The following example is for reference only. For details, see .
[object Object]