HomeSort by relevance Sort by last modified time
    Searched refs:RelabelFstImpl (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
relabel.h 137 // \class RelabelFstImpl
146 class RelabelFstImpl : public CacheImpl<A> {
163 RelabelFstImpl(const Fst<A>& fst,
190 RelabelFstImpl(const Fst<A>& fst,
228 ~RelabelFstImpl() { delete fst_; }
305 DISALLOW_EVIL_CONSTRUCTORS(RelabelFstImpl);
331 impl_(new RelabelFstImpl<A>(fst, ipairs, opairs, RelabelFstOptions())) {}
337 : impl_(new RelabelFstImpl<A>(fst, ipairs, opairs, opts)) {}
342 impl_(new RelabelFstImpl<A>(fst, new_isymbols, new_osymbols,
349 : impl_(new RelabelFstImpl<A>(fst, new_isymbols, new_osymbols, opts)) {
    [all...]
  /external/openfst/src/include/fst/
relabel.h 180 // \class RelabelFstImpl
189 class RelabelFstImpl : public CacheImpl<A> {
212 RelabelFstImpl(const Fst<A>& fst,
239 RelabelFstImpl(const Fst<A>& fst,
276 RelabelFstImpl(const RelabelFstImpl<A>& impl)
289 ~RelabelFstImpl() { delete fst_; }
375 void operator=(const RelabelFstImpl<A> &); // disallow
386 class RelabelFst : public ImplToFst< RelabelFstImpl<A> > {
396 typedef RelabelFstImpl<A> Impl
    [all...]

Completed in 118 milliseconds