未验证 提交 bc2bd3c1 编写于 作者: A Aurelius84 提交者: GitHub

modify into eager_tmp of Base Class test=develop (#25323)

上级 e85fcaa7
......@@ -32,7 +32,7 @@ namespace imperative {
class UniqueNameGenerator {
public:
explicit UniqueNameGenerator(std::string prefix = "") : prefix_(prefix) {}
std::string Generate(std::string key = "tmp") {
std::string Generate(std::string key = "eager_tmp") {
return prefix_ + key + "_" + std::to_string(id_++);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册