| 362 | } |
| 363 | |
| 364 | void 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 | |
| 370 | void WarpPerspectiveForward::check_exec_allow_nhwc_mat_idx( |
| 371 | const TensorLayout& src, const TensorLayout& mat, const TensorLayout& mat_idx, |
nothing calls this directly
no test coverage detected