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

fix_copy_if_different
Aurelius84 5 years ago committed by GitHub
parent e85fcaa712
commit bc2bd3c1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ namespace imperative {
class UniqueNameGenerator { class UniqueNameGenerator {
public: public:
explicit UniqueNameGenerator(std::string prefix = "") : prefix_(prefix) {} 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_++); return prefix_ + key + "_" + std::to_string(id_++);
} }

Loading…
Cancel
Save