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.

upsample2_nchwxx.h 353 B

1234567891011121314
  1. #pragma once
  2. #include "src/fallback/resize/gi/helper.h"
  3. namespace megdnn {
  4. namespace fallback {
  5. void resize_linear_upsample2_nchw44_gi_fp32(
  6. const ResizeImpl::KernParam<float>& kern_param);
  7. void resize_nearest_upsample2_nchw44_gi_fp32(
  8. const ResizeImpl::KernParam<float>& kern_param);
  9. } // namespace fallback
  10. } // namespace megdnn