| 20 | if (warp::is_cv_available( |
| 21 | src.layout, mat.layout, dst.layout, param().imode, param().format)) { |
| 22 | MIDOUT_BEGIN(megdnn_arm_warpperspective, void) { |
| 23 | warp_perspective_cv_exec( |
| 24 | src, mat, mat_idx, dst, param().border_val, param().bmode, |
| 25 | param().imode, handle()); |
| 26 | } |
| 27 | MIDOUT_END(); |
| 28 | } else { |
| 29 | //! Use fallback implementation |
nothing calls this directly
no test coverage detected