| 396 | }; |
| 397 | |
| 398 | size_t PoolingForwardImpl::get_workspace_in_bytes( |
| 399 | const TensorLayout& src, const TensorLayout& dst) { |
| 400 | return get_workspace_bundle(nullptr, src, dst).total_size_in_bytes(); |
| 401 | } |
| 402 | namespace { |
| 403 | |
| 404 | void post_process(const TensorND& dst, TensorND& comp_dst) { |
nothing calls this directly
no test coverage detected