OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoQueue
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h
70
// queues considered by
AutoQueue
.
497
class
AutoQueue
: public QueueBase<S> {
505
AutoQueue
(const Fst<Arc> &fst, const vector<typename Arc::Weight> *distance,
515
VLOG(2) << "
AutoQueue
: using state-order discipline";
518
VLOG(2) << "
AutoQueue
: using top-order discipline";
521
VLOG(2) << "
AutoQueue
: using LIFO discipline";
543
VLOG(2) << "
AutoQueue
: using LIFO discipline";
552
VLOG(2) << "
AutoQueue
: using top-order discipline";
557
VLOG(2) << "
AutoQueue
: using SCC meta-discipline";
563
VLOG(3) << "
AutoQueue
: SCC #" <<
[
all
...]
/external/openfst/src/include/fst/
queue.h
74
// queues considered by
AutoQueue
.
535
class
AutoQueue
: public QueueBase<S> {
543
AutoQueue
(const Fst<Arc> &fst, const vector<typename Arc::Weight> *distance,
553
VLOG(2) << "
AutoQueue
: using state-order discipline";
556
VLOG(2) << "
AutoQueue
: using top-order discipline";
559
VLOG(2) << "
AutoQueue
: using LIFO discipline";
581
VLOG(2) << "
AutoQueue
: using LIFO discipline";
590
VLOG(2) << "
AutoQueue
: using top-order discipline";
595
VLOG(2) << "
AutoQueue
: using SCC meta-discipline";
601
VLOG(3) << "
AutoQueue
: SCC #" <<
[
all
...]
Completed in 45 milliseconds