MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ~ModelReusableAgent

Method ~ModelReusableAgent

native/agent/ModelReusableAgent.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 ModelReusableAgent::~ModelReusableAgent() {
31 BLOG("save model in destruct");
32 this->saveReuseModel(this->_modelSavePath);
33 this->_reuseModel.clear();
34 }
35
36 void ModelReusableAgent::computeAlphaValue() {
37 if (nullptr != this->_newState) {

Callers

nothing calls this directly

Calls 1

saveReuseModelMethod · 0.95

Tested by

no test coverage detected