/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/kernels/host/normalize_host.hpp Source File#
4 min read time
Applies to Linux
normalize_host.hpp
Go to the documentation of this file.
37 template <bool ScaleStddev, typename SrcWrapper, typename DstWrapper, typename ScaleWrapper, typename BaseWrapper>
38 void normalize(SrcWrapper input, BaseWrapper base, ScaleWrapper scale, DstWrapper output, float globalScale,
44 // Split work across available threads for the batch dimension of the images. By default, OpenMP will use the maximum
61 // Scale tensor is the standard deviation, invert back to scale with epsilon added to avoid division
Definition: bilateral_filter_host.hpp:34
void normalize(SrcWrapper input, BaseWrapper base, ScaleWrapper scale, DstWrapper output, float globalScale, float shift, float epsilon)
Definition: normalize_host.hpp:38
Definition: strided_data_wrap.hpp:33
This header defines common arithmetic operators for HIP vectorized types.