Symptom
AI CPU operator execution time out.
Possible Cause
- For the GetNext operator, its preprocessing duration may be too long.
- For a custom operator, its logic may be improper.
Solution
- For the GetNext operator, check its preprocessing or set OpExecuteTimeOut to a larger value.
- For a custom operator, make sure its logic is proper.