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