Template Function marian::gpu::gLNormalization

Function Documentation

template<typename T, typename AccType = float>__global__ void marian::gpu::gLNormalization(T * out, const T * in, const T * gamma, const T * beta, int rows, int cols, AccType eps = 1e-9)