- Description: Performs element-wise multiplication on tensor lists x2 and x3, multiplies the result by the tensor scalars, and then adds the result element-wise to tensor list x1.
- Formula:
Each operator has calls. First, aclnnForeachAddcmulListGetWorkspaceSize is called to obtain the input parameters and compute the required workspace size based on the process. Then, aclnnForeachAddcmulList is called to perform computation.
[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]
- Deterministic computation:
- aclnnForeachAddcmulList defaults to a deterministic implementation.
The following example is for reference only. For details, see .
[object Object]