Merge pull request #11311 from JiayiFeng/a_small_fix

fix a small compile error on Mac
wangkuiyi-patch-1
fengjiayi 7 years ago committed by GitHub
commit fae3d8d2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ void FuseVarsOpHandle::RunImpl() {
out_t->ShareDataWith(out_tensor->Slice(s, s + numel));
s += numel;
}
this->RunAndRecordEvent([this] {});
this->RunAndRecordEvent([] {});
}
std::string FuseVarsOpHandle::Name() const { return "fuse vars"; }

Loading…
Cancel
Save