Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegCC
/ create_param
Method
create_param
compiler/tools/kernel_exporter/config_attr.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
Param create_param() {
137
auto opr = m_dnn_handle->create_operator<Opr>();
138
return opr->param();
139
}
140
141
protected:
142
megcoreDeviceHandle_t m_device_handle;
Callers
1
config_attr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected