You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #pragma once
- #include "src/fallback/resize/gi/helper.h"
-
- namespace megdnn {
- namespace fallback {
-
- void resize_linear_upsample2_nchw44_gi_fp32(
- const ResizeImpl::KernParam<float>& kern_param);
-
- void resize_nearest_upsample2_nchw44_gi_fp32(
- const ResizeImpl::KernParam<float>& kern_param);
-
- } // namespace fallback
- } // namespace megdnn
|