MCPcopy 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

10namespace {
11
12Convolution::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_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected