Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ setType
Function
setType
include/MNN/expr/Module.hpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
return mType;
41
}
42
void setType(std::string type) {
43
mType = std::move(type);
44
}
45
// Return the parameter index
46
int addParameter(Express::VARP parameter);
47
Callers
8
DropoutModule
Method · 0.85
BatchNormModule
Method · 0.85
ConvModule
Method · 0.85
ConvBNReluFusedModule
Method · 0.85
NetModule
Method · 0.85
ExprModule
Method · 0.85
PipelineModule
Method · 0.85
StaticModule
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected