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

Method init_output_static_infer_desc

src/opr/impl/imgproc.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void WarpPerspectiveForward::init_output_static_infer_desc() {
177 Super::init_output_static_infer_desc();
178 init_output_static_infer_desc_workspace(false);
179}
180
181void WarpPerspectiveForward::scn_do_execute() {
182 if (!m_is_multi_src) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected