Template Function marian::gpu::gGRUFastForward¶
Defined in File tensor_operators.cu
Function Documentation¶
-
template<typename T>__global__ void marian::gpu::gGRUFastForward(T * out, const T * state, const T * xW, const T * sU, const T * b, const T * mask, size_t rows, size_t cols, bool final)