Class GaussianNoise

Inheritance Relationships

Base Type

Class Documentation

class GaussianNoise : public cvcuda::IOperator

Public Functions

inline explicit GaussianNoise(int maxBatchSize)
inline ~GaussianNoise()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const nvcv::Tensor &mu, const nvcv::Tensor &sigma, bool per_channel, unsigned long long seed)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &mu, const nvcv::Tensor &sigma, bool per_channel, unsigned long long seed)
inline virtual NVCVOperatorHandle handle() const noexcept override