HomeSort by relevance Sort by last modified time
    Searched full:always_cache_ (Results 1 - 1 of 1) sorted by null

  /external/openfst/src/include/fst/
replace.h 427 always_cache_ = false;
429 always_cache_ = true;
431 << (always_cache_ ? "true" : "false");
437 always_cache_(impl.always_cache_),
515 } else if (always_cache_) { // If always caching, expand and cache state.
549 } else if (always_cache_ || !Properties(kILabelSorted)) {
586 } else if(always_cache_ || !Properties(kOLabelSorted)) {
771 if (!always_cache_)
894 bool always_cache_; // Optionally caching arc iterator disabled when tru member in class:fst::ReplaceFstImpl
    [all...]

Completed in 49 milliseconds