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

1 2 34

  /external/openfst/src/include/fst/extensions/pdt/
paren.h 62 ParenState() : paren_id(kNoLabel), state_id(kNoStateId) {}
156 if (start == kNoStateId)
expand.h 128 if (s == kNoStateId)
129 return kNoStateId;
600 return s < sources_.size() ? sources_[s] : kNoStateId;
606 while (sources_.size() <= s) sources_.push_back(kNoStateId);
    [all...]
  /external/openfst/src/include/fst/
state-map.h 100 if (fst->Start() == kNoStateId)
148 if (ifst.Start() == kNoStateId) {
accumulator.h 439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId),
444 data_(acc.data_), s_(kNoStateId), error_(acc.error_) {
const-fst.h 58 : states_(0), arcs_(0), nstates_(0), narcs_(0), start_(kNoStateId) {
edit-fst.h 451 return edited_start == kNoStateId ? wrapped_->Start() : edited_start;
fst.h 587 const int kNoStateId = -1; // Not a valid state ID
lookahead-filter.h 582 Arc larc(kNoLabel, kNoLabel, Weight::Zero(), kNoStateId);
  /external/openfst/src/include/fst/script/
info-impl.h 61 nstates_(0), narcs_(0), start_(kNoStateId), nfinal_(0),
  /external/srec/tools/grxmlcompile/
fst-io.h 61 if (start == kNoStateId)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 44 : states_(0), arcs_(0), nstates_(0), narcs_(0), start_(kNoStateId) {
fst.h 382 const int kNoStateId = -1; // Not a valid state ID
  /external/openfst/src/test/
algo_test.h 796 if (pstart != kNoStateId) {
    [all...]

Completed in 143 milliseconds

1 2 34