Template Function marian::gpu::gLSTMOutputBackward

Function Documentation

template<typename T>__global__ void marian::gpu::gLSTMOutputBackward(T * outCell, T * outXW, T * outSU, T * outB, const T * cell, const T * xW, const T * sU, const T * b, const T * adj, size_t rows, size_t cols)