| 29 | #endif |
| 30 | |
| 31 | Convolution::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 | |
| 38 | template <int P0, int P1, int P2> |
| 39 | class BenchmarkEnv { |
no outgoing calls
no test coverage detected