| 312 | } |
| 313 | |
| 314 | void ConvolutionForward::init_output_static_infer_desc() { |
| 315 | Super::set_nr_managed_outputs(this->output().size() - 1); |
| 316 | Super::init_output_static_infer_desc(); |
| 317 | init_output_static_infer_desc_workspace( |
| 318 | intl::AutoAddWorkspaceNeedLimitGetter<megdnn::ConvolutionForward>::val); |
| 319 | } |
| 320 | |
| 321 | void ConvolutionForward::get_output_var_shape( |
| 322 | const TensorShapeArray& inp_shape, TensorShapeArray& out_shape) const { |
nothing calls this directly
no test coverage detected