Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
ParamDynType ParamSchema::type(void) const {
72
return TypedRef(ParamSchemaImpl, m_impl.get()).m_default.type();
73
}
74
75
std::string ParamSchema::str(void) const {
76
std::stringstream ss;
Callers
10
get_flatbuffer_tensor_format_type
Function · 0.45
build_tensor_format
Method · 0.45
load_single_opr
Method · 0.45
load_dtype
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
apply
Method · 0.45
make_nhwcd4_converter
Method · 0.45
dispatch_powc
Function · 0.45
execute
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36