E10406 Inconsistent_Output_Buffer_Count_and_Output_Tensor_Count_for_Operator_Execution
Symptom
The number of output buffers is [%s], which does not match the number of output tensors ([%s]).
Solution
Check whether the number of elements in outputDesc and outputs of the operator is correctly set. The aclopExecuteV2 and aclopCompileAndExecute APIs may be involved. For details, see AscendCL API Reference.
父主题: GE Errors