https://github.com/Microsoft/CNTK
Raw File
Tip revision: 57191f0af17dbc7344dcce21a25f968d6e42991c authored by Thiago Crepaldi on 14 May 2018, 21:17:41 UTC
Merge branch 'thiagofc/test-auto-merge' of https://github.com/Microsoft/cntk into thiagofc/test-auto-merge
Tip revision: 57191f0
kaldi.h
#pragma once

#include "cudamatrix/cu-device.h"
#include "fstext/lattice-utils.h"
#include "fstext/pre-determinize.h"
#include "lat/kaldi-lattice.h"
#include "lat/lattice-functions.h"
#include "nnet/nnet-nnet.h"
#include "hmm/posterior.h"
#include "hmm/transition-model.h"
#include "util/table-types.h"
#include "util/text-utils.h"
back to top