| 76 | } |
| 77 | |
| 78 | inline void submit(cudaStream_t stream, const nvcv::Tensor &srcPts, const nvcv::Tensor &dstPts, |
| 79 | const nvcv::Tensor &models) |
| 80 | { |
| 81 | m_op(stream, srcPts, dstPts, models); |
| 82 | } |
| 83 | |
| 84 | inline void submit(cudaStream_t stream, const nvcv::TensorBatch &srcPts, const nvcv::TensorBatch &dstPts, |
| 85 | const nvcv::TensorBatch &models) |
no outgoing calls
no test coverage detected