MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / MIDOUT_BEGIN

Function MIDOUT_BEGIN

dnn/src/arm_common/warp_perspective/opr_impl.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

warp_perspective_cv_execFunction · 0.85
paramFunction · 0.50

Tested by

no test coverage detected