Pad and stack

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 PadAndStack()
inline ~PadAndStack()
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::Tensor &out, const nvcv::Tensor &top, const nvcv::Tensor &left, NVCVBorderType borderMode, float borderValue)
inline virtual NVCVOperatorHandle handle() const noexcept override
class PadAndStack : public cvcuda::IOperator
#include <OpPadAndStack.hpp>