2D Convolution

Note

The C++ API provides RAII wrappers around the C API. For detailed documentation including parameters, return values, and limitations, please refer to the corresponding C API documentation.

inline explicit Conv2D()
inline ~Conv2D()
inline void operator()(cudaStream_t stream, const nvcv::ImageBatch &in, const nvcv::ImageBatch &out, const nvcv::ImageBatch &kernel, const nvcv::Tensor &kernelAnchor, NVCVBorderType borderMode)
inline virtual NVCVOperatorHandle handle() const noexcept override
class Conv2D : public cvcuda::IOperator
#include <OpConv2D.hpp>