MCPcopy 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
97void ParamInfo::set_meta(const std::vector<ParamSchema>& meta) {
98 TypedRef(ParamInfoImpl, m_impl.get()).m_meta = meta;
99}
100
101uint32_t ParamInfo::tag(void) const {
102 return TypedRef(ParamInfoImpl, m_impl.get()).TAG;

Callers 1

TESTFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.64