Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ tag
Method
tag
src/custom/impl/param.cpp:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
uint32_t ParamInfo::tag(void) const {
102
return TypedRef(ParamInfoImpl, m_impl.get()).TAG;
103
}
104
105
std::vector<ParamSchema>& ParamInfo::meta(void) {
106
return TypedRef(ParamInfoImpl, m_impl.get()).m_meta;
Callers
3
TEST
Function · 0.45
custom_loader
Function · 0.45
param_tag
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
TEST
Function · 0.36