/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/device/normalize_device.hpp File Reference

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/device/normalize_device.hpp File Reference#

1 min read time

Applies to Linux

rocCV: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/device/normalize_device.hpp File Reference
normalize_device.hpp File Reference

Contains the device kernel implementation for the Normalize operation. More...

Go to the source code of this file.

Namespaces

 Kernels
 
 Kernels::Device
 

Functions

template<bool ScaleStddev, typename SrcWrapper , typename DstWrapper , typename ScaleWrapper , typename BaseWrapper >
__global__ void Kernels::Device::normalize (SrcWrapper input, BaseWrapper base, ScaleWrapper scale, DstWrapper output, float globalScale, float shift, float epsilon)
 

Detailed Description

Contains the device kernel implementation for the Normalize operation.