https://github.com/Microsoft/CNTK
Raw File
Tip revision: af149ee37aeb64db605c06835975176447917aff authored by Eldar Akchurin on 25 September 2017, 12:52:27 UTC
Refactoring of general graph algorithms from ComputationNetwork
Tip revision: af149ee
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