Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_data
Function · 0.50
__init__.py
File · 0.50
scalar
Function · 0.50
_list_shape_type
Function · 0.50
_to_axis
Function · 0.50
concat
Function · 0.50
__get_shape
Function · 0.50
__arange_3
Function · 0.50
moveaxis
Function · 0.50
expand_dims
Function · 0.50
squeeze
Function · 0.50
split
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected