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

Function gconv_param

dnn/test/cuda/chanwise_convolution.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#endif
30
31Convolution::Param gconv_param(Convolution::Param p, bool io16xc32 = false) {
32 p.sparse = Convolution::Param::Sparse::GROUP;
33 if (io16xc32)
34 p.compute_mode = Convolution::Param::ComputeMode::FLOAT32;
35 return p;
36}
37
38template <int P0, int P1, int P2>
39class BenchmarkEnv {

Callers 2

TEST_FFunction · 0.70
check_chanwiseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected