Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ setName
Function
setName
include/MNN/expr/Module.hpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
return mName;
35
};
36
void setName(std::string name) {
37
mName = std::move(name);
38
}
39
const std::string type() const {
40
return mType;
41
}
Callers
3
ConvModule
Method · 0.85
ConvBNReluFusedModule
Method · 0.85
ExprModule
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected