[object Object][object Object][object Object]undefined
[object Object]
  • Description: Performs the two-dimensional inverse operation of . outputSize determines the size of out along the H and W axes, fills elements of self in out based on indices, and sets other positions to 0.

  • Formula:

    out[n][c][indices[n][c][i]]=self[n][c][i]out[n][c][indices[n][c][i]] = self[n][c][i]

    out, indices, and self are obtained by reshaping the axis combined from the last two axes, that is, i ∈ [0, H*W).

[object Object]

Each operator has calls. First, aclnnMaxUnpool2dGetWorkspaceSize is called to obtain the workspace size required for computation and the executor that contains the operator computation process. Then, aclnnMaxUnpool2d 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 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 compute:
    • aclnnMaxUnpool2d defaults to a deterministic implementation.
[object Object]

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

[object Object]