| 17 | MEGDNN_DEF_GET_ALGO_FROM_DESC(PoolingForwardImpl) |
| 18 | |
| 19 | PoolingForwardImpl::AlgoBase::SizeArgs::SizeArgs( |
| 20 | PoolingForwardImpl* o, const TensorLayout& src, const TensorLayout& dst) |
| 21 | : handle{concrete_handle(o->handle())}, |
| 22 | opr{o}, |
| 23 | layout_src{&src}, |
| 24 | layout_dst{&dst} {} |
| 25 | |
| 26 | PoolingForwardImpl::AlgoBase::ExecArgs::ExecArgs( |
| 27 | PoolingForwardImpl* opr, _megdnn_tensor_in src, _megdnn_tensor_out dst, |
nothing calls this directly
no test coverage detected