Template Function marian::gpu::gLSTMOutputForward

Function Documentation

template<typename T>__global__ void marian::gpu::gLSTMOutputForward(T * out, const T * cell, const T * xW, const T * sU, const T * b, size_t rows, size_t cols)