Cuts all tensors in the tensors into numChunks blocks based on the dimension dim, concatenates the blocks based on the dimension after dim, and converts the data type to that of the output.
Each operator is divided into two functions (see../common/two-phase-api.md). You must call aclnnChunkCatGetWorkspaceSize to obtain the workspace size required for computation and the executor that contains the operator execution process, and then call aclnnChunkCat to perform the computation.
[object Object]
[object Object]
Command-line Options
[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]
- Deterministic computation:
- The aclnnChunkCat is implemented in a deterministic manner by default.
The following example is for reference only. For details, see .
[object Object]