Template Function marian::gpu::gCrossEntropyPickBackward

Function Documentation

template<typename T, typename AccType = float>__global__ void marian::gpu::gCrossEntropyPickBackward(T * out, const functional::Shape outShape, const AccType * adj, const T * in, const IndexType * pick, AccType labelSmoothingAlpha = AccType(0.f))