HomeSort by relevance Sort by last modified time
    Searched refs:MutableFst (Results 26 - 32 of 32) sorted by null

12

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
connect.h 202 void Connect(MutableFst<Arc> *fst) {
rmepsilon.h 202 void RmEpsilon(MutableFst<Arc> *fst,
288 void RmEpsilon(MutableFst<Arc> *fst, bool connect = true) {
synchronize.h 433 // result to a MutableFst. The result will be an equivalent FST that
451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
vector-fst.h 453 class VectorFst : public MutableFst<A> {
465 VectorFst(const VectorFst<A> &fst) : MutableFst<A>(fst), impl_(fst.impl_) {
determinize.h 692 // determinized Fst to an output MutableFst. The result will be an
710 void Determinize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst,
replace.h 660 // This version writes the result of replacement to an output MutableFst.
675 MutableFst<Arc> *ofst, typename Arc::Label root) {
compose.h     [all...]

Completed in 317 milliseconds

12