HomeSort by relevance Sort by last modified time
    Searched refs:ifst (Results 76 - 76 of 76) sorted by null

1 2 34

  /external/openfst/src/include/fst/
fst.h 929 template<class F, class G> void Cast(const F &ifst, G *ofst) {
930 ofst->SetImpl(reinterpret_cast<typename G::Impl *>(ifst.GetImpl()), false);

Completed in 87 milliseconds

1 2 34