]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/kaldi.git/commit
refactoring I/O mechanisms for FSTs
authorDaniel Povey <dpovey@gmail.com>
Fri, 14 Aug 2015 18:33:00 +0000 (14:33 -0400)
committerDaniel Povey <dpovey@gmail.com>
Fri, 14 Aug 2015 18:33:00 +0000 (14:33 -0400)
commit1165edbd3287fe90fd65c4e1a570916ce800c100
treebb50ebbf0aedf945df6d8ee045088bef535bfdc9
parenta7398bc2018c8b0d8c711e1c69a4e612ff2da0b8
refactoring I/O mechanisms for FSTs
49 files changed:
.gitignore
src/bin/Makefile
src/fstbin/fstaddselfloops.cc
src/fstbin/fstaddsubsequentialloop.cc
src/fstbin/fstcomposecontext.cc
src/fstbin/fstcopy.cc
src/fstbin/fstdeterminizelog.cc
src/fstbin/fstdeterminizestar.cc
src/fstbin/fstfactor.cc
src/fstbin/fstisstochastic.cc
src/fstbin/fstmakecontextfst.cc
src/fstbin/fstminimizeencoded.cc
src/fstbin/fstphicompose.cc
src/fstbin/fstpropfinal.cc
src/fstbin/fstpushspecial.cc
src/fstbin/fstrand.cc
src/fstbin/fstrhocompose.cc
src/fstbin/fstrmepslocal.cc
src/fstbin/fstrmsymbols.cc
src/fstbin/fsts-to-transcripts.cc
src/fstbin/fsttablecompose.cc
src/fstext/Makefile
src/fstext/context-fst.h
src/fstext/deterministic-fst.h
src/fstext/fstext-lib.h
src/fstext/fstext-utils-inl.h
src/fstext/fstext-utils.h
src/fstext/kaldi-fst-io-inl.h [new file with mode: 0644]
src/fstext/kaldi-fst-io.cc [new file with mode: 0644]
src/fstext/kaldi-fst-io.h [new file with mode: 0644]
src/fstext/push-special.h
src/gmmbin/Makefile
src/gmmbin/gmm-align.cc
src/kwsbin/generate-proxy-keywords.cc
src/kwsbin/kws-search.cc
src/kwsbin/transcripts-to-fsts.cc
src/lat/kaldi-lattice.cc
src/lat/lattice-functions.h
src/lat/minimize-lattice.h
src/latbin/Makefile
src/latbin/lattice-lmrescore.cc
src/nnet2bin/Makefile
src/nnet2bin/nnet-latgen-faster-parallel.cc
src/nnet2bin/nnet-latgen-faster.cc
src/nnet3bin/Makefile
src/online2bin/Makefile
src/sgmm2bin/Makefile
src/sgmmbin/Makefile
src/util/kaldi-io-test.cc