Normalize

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 Normalize()
inline ~Normalize()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &base, const nvcv::Tensor &scale, const nvcv::Tensor &out, float global_scale, float shift, float epsilon, uint32_t flags = 0)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatch &in, const nvcv::Tensor &base, const nvcv::Tensor &scale, const nvcv::ImageBatch &out, float global_scale, float shift, float epsilon, uint32_t flags = 0)
inline virtual NVCVOperatorHandle handle() const noexcept override
class Normalize : public cvcuda::IOperator
#include <OpNormalize.hpp>