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

Function gconv_param

dnn/test/rocm/chanwise_convolution.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#endif
27
28Convolution::Param gconv_param(Convolution::Param p) {
29 p.sparse = Convolution::Param::Sparse::GROUP;
30 return p;
31}
32
33template <int P0, int P1, int P2>
34class BenchmarkEnv {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected