From 848febbe969c13d2d21cf646043c1f347241e23a Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Wed, 11 Oct 2017 16:57:54 -0700 Subject: [PATCH] "fix typo" --- paddle/framework/block_desc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/framework/block_desc.h b/paddle/framework/block_desc.h index 3437e89923d..c25a9b6e0b7 100644 --- a/paddle/framework/block_desc.h +++ b/paddle/framework/block_desc.h @@ -48,7 +48,7 @@ class BlockDescBind { int32_t Parent() const { return desc_->parent_idx(); } - VarDescBind *NewVar(const std::string &name_bytes); + VarDescBind *GetOrCreateVar(const std::string &name_bytes); VarDescBind *Var(const std::string &name_bytes) const; -- GitLab