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

Method check_exec

dnn/src/common/warp_perspective.cpp:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void WarpPerspectiveForward::check_exec(
365 const TensorLayout& src, const TensorLayout& mat, const TensorLayout& mat_idx,
366 const TensorLayout& dst, size_t workspace_in_bytes) {
367 check_exec_allow_nhwc_mat_idx(src, mat, mat_idx, dst, workspace_in_bytes);
368}
369
370void WarpPerspectiveForward::check_exec_allow_nhwc_mat_idx(
371 const TensorLayout& src, const TensorLayout& mat, const TensorLayout& mat_idx,

Callers

nothing calls this directly

Calls 1

get_workspace_in_bytesFunction · 0.70

Tested by

no test coverage detected