| 328 | } |
| 329 | |
| 330 | WorkspaceBundle ConvolutionImpl::AlgoDefault::get_bundle( |
| 331 | const NCBKernSizeParam& param) const { |
| 332 | ::ConvBiasImpl::NCBKernSizeParam conv_bias_param = init_conv_bias_param(param); |
| 333 | return WorkspaceBundle(nullptr, {m_algorithm->get_workspace(conv_bias_param)}); |
| 334 | } |
| 335 | |
| 336 | size_t ConvolutionImpl::AlgoDefault::get_workspace( |
| 337 | const NCBKernSizeParam& param) const { |
nothing calls this directly
no test coverage detected