Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ gconv_param
Function
gconv_param
dnn/test/cpu/convolution.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace {
11
12
Convolution::Param gconv_param(Convolution::Param p) {
13
p.sparse = Convolution::Param::Sparse::GROUP;
14
return p;
15
}
16
17
} // anonymous namespace
18
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected