https://github.com/Microsoft/CNTK
Raw File
Tip revision: e5961ebe6da74d262b986edacfbaa933062172fc authored by Kate Puech on 13 November 2017, 17:45:51 UTC
fixing mkl path in make command
Tip revision: e5961eb
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