未验证 提交 8cb370f7 编写于 作者: J JingZhuangzhuang 提交者: GitHub

add fetch to black list (#37123) (#37261)

上级 36dd295e
......@@ -104,7 +104,8 @@ void MemoryOptimizePass::CollectVarMemorySize(
"equal",
"sequence_pool",
"recurrent",
"lod_reset"};
"lod_reset",
"fetch"};
for (auto* tmp : node->inputs) {
CHECK(tmp->IsOp());
std::string op_type = tmp->Op()->Type();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册