| 174 | } |
| 175 | |
| 176 | void WarpPerspectiveForward::init_output_static_infer_desc() { |
| 177 | Super::init_output_static_infer_desc(); |
| 178 | init_output_static_infer_desc_workspace(false); |
| 179 | } |
| 180 | |
| 181 | void WarpPerspectiveForward::scn_do_execute() { |
| 182 | if (!m_is_multi_src) { |
nothing calls this directly
no test coverage detected