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 Stack()
-
inline ~Stack()
-
inline void operator()(cudaStream_t stream, const nvcv::TensorBatch &in, const nvcv::Tensor &out)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
-
class Stack : public cvcuda::IOperator
- #include <OpStack.hpp>