Class Normalize

Inheritance Relationships

Base Type

Class Documentation

class Normalize : public cvcuda::IOperator

Public Functions

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