A fused operator of [object Object] and [object Object]. It performs a "combine" operation on the output of the [object Object] computation based on specified indices.
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 process. Then, [object Object] is called to perform computation.
Parameters
[object Object]Returns:
[object Object]: status code. For details, see .The first-phase API implements input parameter validation. The following errors may be thrown:
[object Object]
Deterministic computation:
[object Object]defaults to non-deterministic implementation. You can call[object Object]to enable deterministic computation.
Supported types in the fake-quantization scenario
The following table describes the supported input and output data type combinations.
[object Object]undefined
- In this scenario,
[object Object]represents the result of per-channel and per-group offline fusion. - In this scenario,
[object Object]represents the auxiliary result of offline computation. Its value must be and is accumulated in the first dimension.
- In this scenario,
The following example is for reference only. For details, see .