E10405 Inconsistent Input Buffer Count and Input Tensor Count for Operator Execution
Symptom
The number of input buffers is [%s], which does not match the number of input tensors ([%s]).
Possible Cause
N/A
Solution
Check whether the number of elements in inputDesc and inputs of the operator is correctly set. The aclopExecuteV2 and aclopCompileAndExecute APIs may be involved. For details, see AscendCL API Reference.
父主题: GE Errors