MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / SetFlagValue

Function SetFlagValue

paddle/common/flags_native.cc:425–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425bool SetFlagValue(const std::string& name, const std::string& value) {
426 return FlagRegistry::Instance()->SetFlagValue(name, value);
427}
428PADDLE_API bool UpdateLinkedFlags(const std::string& name,
429 const std::string& value) {
430 return FlagRegistry::Instance()->UpdateLinkedFlags(name, value);

Callers

nothing calls this directly

Calls 2

InstanceFunction · 0.85
SetFlagValueMethod · 0.80

Tested by

no test coverage detected