| 184 | } |
| 185 | |
| 186 | TEST(TestGoptInference, ChannelPaddingNCHW44) { |
| 187 | check_channel_padding_conv<opr::Convolution::Param::Format::NCHW44>(); |
| 188 | } |
| 189 | |
| 190 | TEST(TestGoptInference, ChannelPaddingNCHW88) { |
| 191 | check_channel_padding_conv<opr::Convolution::Param::Format::NCHW88>(); |
nothing calls this directly
no test coverage detected