| 179 | struct NCHW88ParamTrait; |
| 180 | |
| 181 | std::string ConvBias::WinogradParam::to_string() const { |
| 182 | return ssprintf( |
| 183 | "%u:%u:%u:%u", channel_block_size, output_block_size, tile_size, |
| 184 | filter_size); |
| 185 | } |
| 186 | |
| 187 | template <typename T> |
| 188 | std::string ConvBias::algo_name( |
no outgoing calls
no test coverage detected