Typedef marian::GetNBestListFn

Typedef Documentation

typedef std::function<void(Tensor logProbs, size_t N, std::vector<float> &outCosts, std::vector<unsigned> &outKeys, const bool isFirst)> marian::GetNBestListFn