We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed14528 commit 4c3dd8dCopy full SHA for 4c3dd8d
paddle/operators/parallel_do_op.cc
@@ -243,7 +243,7 @@ class ParallelDoGradOp : public framework::OperatorBase {
243
const std::vector<framework::Scope *> &sub_scopes,
244
const platform::PlaceList &places) const {
245
for (auto &s : Outputs(framework::GradVarName(kParameters))) {
246
- std::__cxx11::string tmp_name;
+ std::string tmp_name;
247
auto *tmp = sub_scopes[0]->Var(&tmp_name);
248
249
for (size_t i = 1; i < sub_scopes.size(); ++i) {
0 commit comments