MCPcopy 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

ConvModuleMethod · 0.85
ConvBNReluFusedModuleMethod · 0.85
ExprModuleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected