Fix the error of recurrnet op in multithreading in eval process (#24357)
CreateStepScopes in recurrent op also clears scopes, which can cause segmentation fault un multi-threading. We add a lock in this PR but it may slow the computation process. We will fix in another way in next PR.
Showing
想要评论请 注册 或 登录