MCPcopy Create free account
hub / github.com/alibaba/MNN / type

Function type

include/MNN/expr/Module.hpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 mName = std::move(name);
38 }
39 const std::string type() const {
40 return mType;
41 }
42 void setType(std::string type) {
43 mType = std::move(type);
44 }

Callers 15

gen_dataFunction · 0.50
__init__.pyFile · 0.50
scalarFunction · 0.50
_list_shape_typeFunction · 0.50
_to_axisFunction · 0.50
concatFunction · 0.50
__get_shapeFunction · 0.50
__arange_3Function · 0.50
moveaxisFunction · 0.50
expand_dimsFunction · 0.50
squeezeFunction · 0.50
splitFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected