Template Function marian::gpu::gLSTMCellForward

Function Documentation

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