Home | History | Annotate | Download | only in pdt

Lines Matching full:ofst

379   // Writes the result in 'ofst'.
380 void Expand(MutableFst<A> *ofst, const Weight &threshold);
466 bool keep_parentheses_; // Keep parentheses in ofst?
471 vector<Weight> distance_; // Distance from initial state in efst_/ofst
472 vector<Weight> fdistance_; // Distance to final states in efst_/ofst
474 vector<uint8> flags_; // Status flags for states in efst_/ofst
869 // Writes the result in 'ofst'.
872 MutableFst<A> *ofst, const typename A::Weight &threshold) {
873 ofst_ = ofst;
936 MutableFst<Arc> *ofst,
947 *ofst = ExpandFst<Arc>(ifst, parens, eopts);
950 pruned_expand.Expand(ofst, opts.weight_threshold);
954 Connect(ofst);
968 MutableFst<Arc> *ofst,
970 Expand(ifst, parens, ofst, ExpandOptions<Arc>(connect, keep_parentheses));