| 31 | } |
| 32 | |
| 33 | void PoolingForward::init_output_static_infer_desc() { |
| 34 | Super::set_nr_managed_outputs(this->output().size() - 1); |
| 35 | Super::Super::init_output_static_infer_desc(); |
| 36 | init_output_static_infer_desc_workspace( |
| 37 | intl::AutoAddWorkspaceNeedLimitGetter<megdnn::PoolingForward>::val); |
| 38 | } |
| 39 | |
| 40 | size_t PoolingForward::get_workspace_size_bytes( |
| 41 | const TensorShapeArray& input_shapes, |
nothing calls this directly
no test coverage detected