Searched defs:kNoStateId (Results 1 - 11 of 11) sorted by relevance

/external/openfst/src/include/fst/script/
H A Drmepsilon.h51 int64 n = kNoStateId)
53 kNoStateId, d),
199 int64 state_threshold = fst::kNoStateId,
49 RmEpsilonOptions(QueueType qt = AUTO_QUEUE, float d = kDelta, bool c = true, WeightClass w = fst::script::WeightClass::Zero(), int64 n = kNoStateId) argument
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h57 Label unknown_label = kNoStateId)
51 StringReader(istream &istrm, const string &source, EntryType entry_type, TokenType token_type, bool allow_negative_labels, const SymbolTable *syms = 0, Label unknown_label = kNoStateId) argument
/external/openfst/src/include/fst/
H A Dprune.h94 // When 'opts.state_threshold != kNoStateId', the resulting transducer
170 if ((opts.state_threshold != kNoStateId) &&
191 // 'weight_threshold'. When 'state_threshold != kNoStateId', the
199 typename Arc::StateId state_threshold = kNoStateId,
212 // kNoStateId', 'ofst' will be restricted further to have at most
234 if (ifst.Start() == kNoStateId)
260 copy.push_back(kNoStateId);
289 if ((opts.state_threshold != kNoStateId) &&
298 copy.push_back(kNoStateId);
299 if (copy[arc.nextstate] == kNoStateId)
197 Prune(MutableFst<Arc> *fst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, double delta = kDelta) argument
327 Prune(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, typename Arc::Weight weight_threshold, typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
[all...]
H A Dshortest-distance.h43 StateId source; // If kNoStateId, use the Fst's initial state
55 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, argument
112 // Compute the shortest distance. If 'source' is kNoStateId, use
117 if (fst_.Start() == kNoStateId) {
145 if (source == kNoStateId)
155 sources_.push_back(kNoStateId);
190 sources_.push_back(kNoStateId);
339 return s != kNoStateId && s < distance.size() ?
H A Dshortest-path.h59 StateId s = kNoStateId)
60 : ShortestDistanceOptions<Arc, Queue, ArcFilter>(q, filt, kNoStateId, d),
89 if (ifst.Start() == kNoStateId) {
99 StateId source = opts.source == kNoStateId ? ifst.Start() : opts.source;
101 StateId f_parent = kNoStateId;
112 opts.state_threshold != kNoStateId) {
128 parent.push_back(kNoStateId);
129 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
132 parent.push_back(kNoStateId);
133 arc_parent.push_back(Arc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId));
56 ShortestPathOptions(Queue *q, ArcFilter filt, size_t n = 1, bool u = false, bool hasdist = false, float d = kDelta, bool fp = false, Weight w = Weight::Zero(), StateId s = kNoStateId) argument
484 ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, size_t n = 1, bool unique = false, bool first_path = false, typename Arc::Weight weight_threshold = Arc::Weight::Zero(), typename Arc::StateId state_threshold = kNoStateId) argument
[all...]
H A Dlabel-reachable.h155 s_(kNoStateId),
169 s_(kNoStateId),
180 s_(kNoStateId),
262 void SetState(StateId s, StateId aiter_s = kNoStateId) { argument
264 if (aiter_s != kNoStateId) {
H A Drmepsilon.h61 StateId n = kNoStateId)
63 q, EpsilonArcFilter<Arc>(), kNoStateId, d),
236 if (fst->Start() == kNoStateId) {
280 vector<StateId> first(scc.size(), kNoStateId);
281 vector<StateId> next(scc.size(), kNoStateId);
283 if (first[scc[i]] != kNoStateId)
288 for (StateId j = first[i]; j != kNoStateId; j = next[j])
323 opts.state_threshold != kNoStateId)
326 opts.state_threshold != kNoStateId))
353 typename Arc::StateId state_threshold = kNoStateId,
59 RmEpsilonOptions(Queue *q, float d = kDelta, bool c = true, Weight w = Weight::Zero(), StateId n = kNoStateId) argument
350 RmEpsilon(MutableFst<Arc> *fst, bool connect = true, typename Arc::Weight weight_threshold = Arc::Weight::Zero(), typename Arc::StateId state_threshold = kNoStateId, float delta = kDelta) argument
[all...]
H A Ddeterminize.h181 if (start != kNoStateId) {
314 if (s == kNoStateId)
315 return kNoStateId;
827 StateId n = kNoStateId, Label l = 0)
865 opts.state_threshold != kNoStateId) {
826 DeterminizeOptions(float d = kDelta, Weight w = Weight::Zero(), StateId n = kNoStateId, Label l = 0) argument
H A Dfst.h587 const int kNoStateId = -1; // Not a valid state ID member in namespace:fst
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h39 StateId source; // If kNoStateId, use the Fst's initial state
42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId, argument
91 // Compute the shortest distance. If 'source' is kNoStateId, use
96 if (fst_->Start() == kNoStateId)
111 if (source == kNoStateId)
121 sources_.push_back(kNoStateId);
154 sources_.push_back(kNoStateId);
H A Dfst.h382 const int kNoStateId = -1; // Not a valid state ID member in namespace:fst

Completed in 131 milliseconds