MCPcopy 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
101uint32_t ParamInfo::tag(void) const {
102 return TypedRef(ParamInfoImpl, m_impl.get()).TAG;
103}
104
105std::vector<ParamSchema>& ParamInfo::meta(void) {
106 return TypedRef(ParamInfoImpl, m_impl.get()).m_meta;

Callers 3

TESTFunction · 0.45
custom_loaderFunction · 0.45
param_tagMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36