Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ resize_linear_32f
Function
resize_linear_32f
dnn/src/arm_common/resize/resize_cv.cpp:485–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
}
484
485
void resize_linear_32f(const Mat32f& src, Mat32f& dst) {
486
return resize_linear_32f_neon(src, dst);
487
}
488
489
// linear 8u
490
void build_tabs_linear_8u(
Callers
1
resize_cv_exec
Method · 0.70
Calls
1
resize_linear_32f_neon
Function · 0.85
Tested by
no test coverage detected