Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
Convolution::Param gconv_param(Convolution::Param p) {
29
p.sparse = Convolution::Param::Sparse::GROUP;
30
return p;
31
}
32
33
template <int P0, int P1, int P2>
34
class BenchmarkEnv {
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected