“c3158527717014f7875d61a4151ebdfaf3d30bd0”上不存在“paddle/phi/kernels/gpu/unsqueeze_kernel.cu”
提交 649a51a3 编写于 作者: D DannyIsFunny

test=develop

上级 6fbf29c4
...@@ -76,7 +76,7 @@ std::vector<std::string> Scope::AttributeVarNames() const { ...@@ -76,7 +76,7 @@ std::vector<std::string> Scope::AttributeVarNames() const {
std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]); std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]);
while (iter != resulted_keys.end()) { while (iter != resulted_keys.end()) {
resulted_keys.erase(iter); resulted_keys.erase(iter);
auto iter = iter =
std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]); std::find(resulted_keys.begin(), resulted_keys.end(), skiped_vars[i]);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册