[object Object][object Object][object Object]undefined
[object Object]
  • API function:

    Fuses the reshape and transpose operations.

  • Formulas:

    1. When transposeFirst is set to False:y=transpose(reshape(x,shape),perm)y=transpose(reshape(x,shape),perm)
    2. When transposeFirst is set to True:y=reshape(transpose(x,perm),shape)y=reshape(transpose(x,perm),shape)
[object Object]

Each operator has calls. First, [object Object] is called to obtain the input parameters and compute the required workspace size based on the process. Then, [object Object] is called to perform computation.

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

    [object Object]
  • Returns

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

    The first-phase API implements input parameter validation. The following error codes may be returned.

    [object Object]
[object Object]
  • Parameters

    [object Object]
  • Returns

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

[object Object]
  • Deterministic description: The aclnnConfusionTranspose function is implemented in a deterministic manner by default.

    For example:

    [object Object]
[object Object]

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

[object Object]