MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / type

Method type

src/custom/impl/param.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71ParamDynType ParamSchema::type(void) const {
72 return TypedRef(ParamSchemaImpl, m_impl.get()).m_default.type();
73}
74
75std::string ParamSchema::str(void) const {
76 std::stringstream ss;

Callers 10

build_tensor_formatMethod · 0.45
load_single_oprMethod · 0.45
load_dtypeFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
applyMethod · 0.45
make_nhwcd4_converterMethod · 0.45
dispatch_powcFunction · 0.45
executeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36