Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ gconv_param
Function
gconv_param
dnn/test/cuda/chanwise_convolution3d.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
#endif
26
Convolution3D::Param gconv_param(Convolution3D::Param p) {
27
p.sparse = Convolution3D::Param::Sparse::GROUP;
28
return p;
29
}
30
31
template <int P0, int P1, int P2>
32
class BenchmarkEnv {
Callers
1
TEST_F
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected