MCPcopy 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

DropoutModuleMethod · 0.85
BatchNormModuleMethod · 0.85
ConvModuleMethod · 0.85
ConvBNReluFusedModuleMethod · 0.85
NetModuleMethod · 0.85
ExprModuleMethod · 0.85
PipelineModuleMethod · 0.85
StaticModuleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected